[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
config.status --version
From: |
Lars J. Aas |
Subject: |
config.status --version |
Date: |
Mon, 9 Apr 2001 17:46:49 +0200 |
User-agent: |
Mutt/1.2.5i |
With the risk of starting another jihad - here goes ;)
This patch makes the `config.status --version' response conform
with the GNU Coding Standards and follows the convention used for
`configure --version'. The nature of `config.status' stretches
the version information heading to the limit though, but it's not
really that bad. :-|
$ ./config.status --version
GNU Autoconf config.status 2.49e
generated automatically by GNU Autoconf configure 2.49e
which was generated by GNU Autoconf 2.49e
and invoked on nfs.trh.sim.no with the command line
$ ../autoconf/configure
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
This seems extra weird since it is config.status for the GNU Autoconf
project - for other projects the information will not seem *that*
redundant.
2001-04-09 Lars J. Aas <address@hidden>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Make version
information for `config.status --version' conform with the
standards.
Index: acgeneral.m4
===================================================================
RCS file: /cvs/autoconf/acgeneral.m4,v
retrieving revision 1.708
diff -u -r1.708 acgeneral.m4
--- acgeneral.m4 2001/04/04 15:50:39 1.708
+++ acgeneral.m4 2001/04/09 15:33:34
@@ -3692,9 +3692,17 @@
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
-$CONFIG_STATUS generated by $as_me (Autoconf AC_ACVERSION).
-Configured on host $ac_hostname by
- `echo "[$]0 $ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`"
+AC_PACKAGE_NAME config.status AC_PACKAGE_VERSION
+generated automatically by AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
+which was generated by GNU Autoconf AC_ACVERSION
+and invoked on $ac_hostname with the command line
+ \$ `echo "[$]0 $ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
srcdir=$srcdir
AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
[dnl Leave those double quotes here: this $INSTALL is evaluated in a
- config.status --version,
Lars J. Aas <=