autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

config.status --help message


From: Lars J. Aas
Subject: config.status --help message
Date: Fri, 13 Apr 2001 23:24:26 +0200
User-agent: Mutt/1.2.5i

Since you can use the --header and --file options no matter if
config.status is configured for outputing one by default, the options
should be printed unconditionally.  I don't know if this is considered
2.50-freeze material, but I'm posting this now in either case.

  Lars J

Index: ChangeLog
===================================================================
RCS file: /cvs/autoconf/ChangeLog,v
retrieving revision 1.1355
diff -n -r1.1355 ChangeLog
a0 5
2001-04-13  Lars J. Aas  <address@hidden>

        * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Show `--file' and
        `--header' options unconditionally.

Index: acgeneral.m4
===================================================================
RCS file: /cvs/autoconf/acgeneral.m4,v
retrieving revision 1.710
diff -F^m4_define\|A[CU]_DEFINE -u -r1.710 acgeneral.m4
--- acgeneral.m4        2001/04/11 16:29:15     1.710
+++ acgeneral.m4        2001/04/13 21:19:45
@@ -3651,14 +3651,10 @@ m4_define([_AC_OUTPUT_CONFIG_STATUS],
   -V, --version    print version number, then exit
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
-m4_ifset([AC_LIST_FILES],
-[[  --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
-]])dnl
-m4_ifset([AC_LIST_HEADERS],
-[[  --header=FILE[:TEMPLATE]
-                   instantiate the configuration header FILE
-]])dnl
+  --file=FILE[[:TEMPLATE]]
+                   instantiate a configuration file FILE
+  --header=FILE[[:TEMPLATE]]
+                   instantiate a configuration header FILE
 
 m4_ifset([AC_LIST_FILES],
 [Configuration files:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]