diff options
author | Peter Simons <simons@cryp.to> | 2010-01-25 19:25:16 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2010-01-25 19:25:16 +0100 |
commit | c6b6f516499ec60026f27c7ef243f9bf0102ce13 (patch) | |
tree | 81757b5485a298285bb2331283356075abe0da47 /m4/ax_var_timezone_externals.m4 | |
parent | 483da261b1a452ceb073eedccb0077b7a26cfde4 (diff) | |
download | autoconf-archive-c6b6f516499ec60026f27c7ef243f9bf0102ce13.tar.gz |
Assigned all macros a unique serial number.
The serial number corresponds to the number of commits that have
modified the macro in the Archive's Git repository. Refer to
http://www.gnu.org/software/libtool//manual/automake/Serials.html to
find out why these numbers are useful.
Diffstat (limited to 'm4/ax_var_timezone_externals.m4')
-rw-r--r-- | m4/ax_var_timezone_externals.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/ax_var_timezone_externals.m4 b/m4/ax_var_timezone_externals.m4 index f345d91..3a04c9f 100644 --- a/m4/ax_var_timezone_externals.m4 +++ b/m4/ax_var_timezone_externals.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_VAR_TIMEZONE_EXTERNALS], [AX_VAR_TIMEZONE_EXTERNALS]) AC_DEFUN([AX_VAR_TIMEZONE_EXTERNALS], [ AC_REQUIRE([AC_STRUCT_TIMEZONE])dnl |