From: Lars J. Aas Date: Tue, 27 Mar 2001 16:48:27 +0000 (+0000) Subject: * acgeneral.m4 (AC_INIT_VERSION): Improved version information string X-Git-Tag: autoconf-2.50~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e620bb04003a64335457709bc95610ff38bd44cc;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_INIT_VERSION): Improved version information string for `configure --version'. --- diff --git a/ChangeLog b/ChangeLog index 900f43ee6..d85db2b3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,19 @@ +2001-03-27 Lars J. Aas + + * acgeneral.m4 (AC_INIT_VERSION): Improved version information string + for `configure --version'. + 2001-03-27 Akim Demaille * autoheader.sh (config_h): Be robust to new lines when extracting the first argument of AC_CONFIG_HEADERS. Reported by Lars J. Aas. -2001-03-27 Tim Van Holder +2001-03-27 Tim Van Holder * doc/autoconf.texi: Minor tweaks. -2001-03-27 Tim Van Holder +2001-03-27 Tim Van Holder * Makefile.am, configure.in: autoupdate is a Perl script. @@ -83,7 +88,7 @@ compile time, not run time. Suggested by Nicolas Joly. -2001-03-13 Tim Van Holder +2001-03-13 Tim Van Holder * tests/aclocal.m4: Fix some typos. Also ignore $PATH_SEPARATOR. * tests/atconfig.in: Set PATH_SEPARATOR to the proper @@ -93,7 +98,7 @@ deciding whether the help text is needed. * tests/semantics.at: Use the correct path separator. -2001-03-13 Tim Van Holder +2001-03-13 Tim Van Holder * doc/autoconf.texi: Expand section on DOS issues. Add link to the `doschk' package. Fix minor typo. @@ -182,7 +187,7 @@ * man/Makefile.am: autoupdate.1 now depends on autoupdate.in. -2001-02-25 Tim Van Holder +2001-02-25 Tim Van Holder * autoupdate.in: Support DOS paths. Initialize $tmp to avoid warnings. Default $autoconf to 'autoconf'. diff --git a/acgeneral.m4 b/acgeneral.m4 index de8738c33..45feb57a8 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1371,7 +1371,7 @@ m4_define([_AC_INIT_VERSION], cat <<\EOF])dnl m4_ifset([AC_PACKAGE_STRING], [m4_divert_text([VERSION_BEGIN], - [configure (AC_PACKAGE_STRING) AC_ACVERSION])]) + [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])]) m4_divert_text([VERSION_END], [EOF exit 0 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index de8738c33..45feb57a8 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1371,7 +1371,7 @@ m4_define([_AC_INIT_VERSION], cat <<\EOF])dnl m4_ifset([AC_PACKAGE_STRING], [m4_divert_text([VERSION_BEGIN], - [configure (AC_PACKAGE_STRING) AC_ACVERSION])]) + [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])]) m4_divert_text([VERSION_END], [EOF exit 0