Version information patches.

This commit is contained in:
Lars J. Aas 2001-04-04 12:52:29 +00:00
parent a50e90e712
commit 286c116e6d
3 changed files with 26 additions and 9 deletions

View File

@ -1,9 +1,16 @@
2001-04-04 Lars J. Aas <larsa@sim.no>
* acgeneral.m4 (_AC_INIT_DEFAULTS): Produce better version
information for config.log header.
(_AC_INIT_VERSION): Produce better version information for
`configure --version'.
2001-03-30 Steven G. Johnson <stevenj@alum.mit.edu>
* doc/autoconf.texi: Use "invalid" instead of "illegal," as
suggested by the GNU coding standards.
2001-03-30 Tim Van Holder <tim.van.holder@pandora.be>
2001-03-30 Tim Van Holder <tim.van.holder@pandora.be>
* m4sh.m4 (AS_BASENAME): New.
(AS_SHELL_SANITIZE): Set `$as_me'.

View File

@ -727,9 +727,13 @@ cat >config.log <<EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by $as_me m4_ifset([AC_PACKAGE_STRING],
[(AC_PACKAGE_STRING) ])AC_ACVERSION, executed with
> $[0] $[@]
It was created by m4_ifset([AC_PACKAGE_NAME],
[AC_PACKAGE_NAME ])dnl
$as_me[]m4_ifset([AC_PACKAGE_VERSION],
[ AC_PACKAGE_VERSION]), which was
generated by GNU Autoconf AC_ACVERSION. Invocation command line was
$ $[0] $[@]
EOF
AS_UNAME >>config.log
@ -1368,7 +1372,8 @@ m4_define([_AC_INIT_VERSION],
cat <<\EOF])dnl
m4_ifset([AC_PACKAGE_STRING],
[m4_divert_text([VERSION_BEGIN],
[AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
[AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
generated by GNU Autoconf AC_ACVERSION])])
m4_divert_text([VERSION_END],
[EOF
exit 0

View File

@ -727,9 +727,13 @@ cat >config.log <<EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by $as_me m4_ifset([AC_PACKAGE_STRING],
[(AC_PACKAGE_STRING) ])AC_ACVERSION, executed with
> $[0] $[@]
It was created by m4_ifset([AC_PACKAGE_NAME],
[AC_PACKAGE_NAME ])dnl
$as_me[]m4_ifset([AC_PACKAGE_VERSION],
[ AC_PACKAGE_VERSION]), which was
generated by GNU Autoconf AC_ACVERSION. Invocation command line was
$ $[0] $[@]
EOF
AS_UNAME >>config.log
@ -1368,7 +1372,8 @@ m4_define([_AC_INIT_VERSION],
cat <<\EOF])dnl
m4_ifset([AC_PACKAGE_STRING],
[m4_divert_text([VERSION_BEGIN],
[AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
[AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
generated by GNU Autoconf AC_ACVERSION])])
m4_divert_text([VERSION_END],
[EOF
exit 0