Changeset 1182 for trunk/m4


Ignore:
Timestamp:
Aug 25, 2010, 3:02:41 AM (13 years ago)
Author:
Peter Johansson
Message:

Merge release 0.8 into trunk

Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/m4/apache_LICENSE-2.0.txt

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/ax_cxx_check_flag.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/ax_cxxcpp_check_flag.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/ax_ld_check_flag.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/find_apr.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/pkg.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/yat_add_flag.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/yat_svn_release.m4

    r874 r1182  
    1 ## $Id: yat_svn_release.m4 2116 2009-11-22 04:33:23Z peter $
     1## $Id: yat_svn_release.m4 2301 2010-07-24 01:12:27Z peter $
    22
    3 # serial
     3# serial 3 (yat 0.7)
    44
    55# SYNOPSIS
     
    1818m4_define([yat_svn_release_copyright], [
    1919#
    20 #   Copyright (C) 2009 Peter Johansson
     20#   Copyright (C) 2009, 2010 Peter Johansson
    2121#
    2222#   This file is part of the yat library, http://dev.thep.lu.se/yat
     
    4242  AC_REQUIRE([AC_PROG_EGREP])       
    4343  AC_CHECK_PROGS([MD5], [md5sum gmd5sum md5 md5deep], [no])
    44   m4_pushdef([YAT_OUTPUTFILE], [maintainer.am])
     44  m4_pushdef([YAT_OUTPUTFILE], [m4_default([$1], [maintainer.am])])
    4545
    46   AX_AC_PRINT_TO_FILE([maintainer.am],
     46  AX_AC_PRINT_TO_FILE(YAT_OUTPUTFILE,
    4747[#  ]YAT_OUTPUTFILE[ generated by autoconf from $0
    4848]yat_svn_release_copyright[
     
    7373  *\"\$\$today\"*);; \\
    7474  *) \\
    75     echo \"NEWS: release date incorrect; expected '\$\$date'\" 1>&2;\\
     75    echo \"NEWS: release date incorrect; expected '\$\$today'\" 1>&2;\\
    7676    exit 1;; \\
    7777  esac
     
    113113    \$(MD5) \$\$a > \$\$a.MD5; \\
    114114  done;
     115  @test -z \"\$(RELEASE_HOOK)\" || \$(MAKE) \$(AM_MAKEFLAGS) \$(RELEASE_HOOK)
    115116])
    116117  m4_popdef([YAT_OUTPUTFILE])
Note: See TracChangeset for help on using the changeset viewer.