diff --git a/ChangeLog b/ChangeLog index 848de717..8b72be4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-16 Ben Elliston + + * acgeneral.m4 (AC_ACVERSION): Bump to 2.14.1 for prereleases. + 1999-01-13 Ben Elliston * autoconf.sh: Remove -v and --verbose from the command line usage diff --git a/acgeneral.m4 b/acgeneral.m4 index 793cd286..393ab2a1 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -52,7 +52,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.14) +define(AC_ACVERSION, 2.14.1) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 793cd286..393ab2a1 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -52,7 +52,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.14) +define(AC_ACVERSION, 2.14.1) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the