- Timestamp:
- Aug 25, 2010, 3:02:41 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.8-stable (added) merged: 1129,1131,1139-1142,1145,1147-1150,1159,1161,1165-1167,1169-1171,1174-1180
- Property svn:mergeinfo changed
-
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 2 116 2009-11-22 04:33:23Z peter $1 ## $Id: yat_svn_release.m4 2301 2010-07-24 01:12:27Z peter $ 2 2 3 # serial 13 # serial 3 (yat 0.7) 4 4 5 5 # SYNOPSIS … … 18 18 m4_define([yat_svn_release_copyright], [ 19 19 # 20 # Copyright (C) 2009 Peter Johansson20 # Copyright (C) 2009, 2010 Peter Johansson 21 21 # 22 22 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 42 42 AC_REQUIRE([AC_PROG_EGREP]) 43 43 AC_CHECK_PROGS([MD5], [md5sum gmd5sum md5 md5deep], [no]) 44 m4_pushdef([YAT_OUTPUTFILE], [m aintainer.am])44 m4_pushdef([YAT_OUTPUTFILE], [m4_default([$1], [maintainer.am])]) 45 45 46 AX_AC_PRINT_TO_FILE( [maintainer.am],46 AX_AC_PRINT_TO_FILE(YAT_OUTPUTFILE, 47 47 [# ]YAT_OUTPUTFILE[ generated by autoconf from $0 48 48 ]yat_svn_release_copyright[ … … 73 73 *\"\$\$today\"*);; \\ 74 74 *) \\ 75 echo \"NEWS: release date incorrect; expected '\$\$ date'\" 1>&2;\\75 echo \"NEWS: release date incorrect; expected '\$\$today'\" 1>&2;\\ 76 76 exit 1;; \\ 77 77 esac … … 113 113 \$(MD5) \$\$a > \$\$a.MD5; \\ 114 114 done; 115 @test -z \"\$(RELEASE_HOOK)\" || \$(MAKE) \$(AM_MAKEFLAGS) \$(RELEASE_HOOK) 115 116 ]) 116 117 m4_popdef([YAT_OUTPUTFILE])
Note: See TracChangeset
for help on using the changeset viewer.