From: Akim Demaille Date: Fri, 25 Oct 2002 08:24:16 +0000 (+0000) Subject: * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help): X-Git-Tag: AUTOCONF-2.54a~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb898adee6fc7df1e629e4e477f341c8c86b03f3;p=thirdparty%2Fautoconf.git * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help): Space changes. --- diff --git a/ChangeLog b/ChangeLog index d4331b9b4..c00a7d595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Akim Demaille + + * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help): + Space changes. + 2002-10-25 Akim Demaille * bin/autoscan.in (output): Output AC_PREREQ. diff --git a/bin/autoconf.as b/bin/autoconf.as index b7549e079..a9a4296b2 100644 --- a/bin/autoconf.as +++ b/bin/autoconf.as @@ -27,15 +27,13 @@ to the standard output if TEMPLATE-FILE is given, else into \`configure'. Operation modes: - -h, --help print this help, then exit - -V, --version print version number, then exit - -v, --verbose verbosely report processing - -d, --debug don't remove temporary files - -B, --prepend-include=DIR prepend directory DIR to search path - -I, --include=DIR append directory DIR to search path - -f, --force consider all files obsolete - -o, --output=FILE save output in FILE (stdout is the default) - -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] + -h, --help print this help, then exit + -V, --version print version number, then exit + -v, --verbose verbosely report processing + -d, --debug don't remove temporary files + -f, --force consider all files obsolete + -o, --output=FILE save output in FILE (stdout is the default) + -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] Warning categories include: \`cross' cross compilation issues @@ -48,6 +46,10 @@ Warning categories include: The environment variable \`WARNINGS' is honored. +Library directories: + -B, --prepend-include=DIR prepend directory DIR to search path + -I, --include=DIR append directory DIR to search path + Tracing: -t, --trace=MACRO report the list of calls to MACRO -i, --initialization also trace Autoconf's initialization process diff --git a/bin/autoconf.in b/bin/autoconf.in index 2acda0439..473a1d9bb 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -93,15 +93,13 @@ to the standard output if TEMPLATE-FILE is given, else into \`configure'. Operation modes: - -h, --help print this help, then exit - -V, --version print version number, then exit - -v, --verbose verbosely report processing - -d, --debug don't remove temporary files - -B, --prepend-include=DIR prepend directory DIR to search path - -I, --include=DIR append directory DIR to search path - -f, --force consider all files obsolete - -o, --output=FILE save output in FILE (stdout is the default) - -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] + -h, --help print this help, then exit + -V, --version print version number, then exit + -v, --verbose verbosely report processing + -d, --debug don't remove temporary files + -f, --force consider all files obsolete + -o, --output=FILE save output in FILE (stdout is the default) + -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] Warning categories include: \`cross' cross compilation issues @@ -114,6 +112,10 @@ Warning categories include: The environment variable \`WARNINGS' is honored. +Library directories: + -B, --prepend-include=DIR prepend directory DIR to search path + -I, --include=DIR append directory DIR to search path + Tracing: -t, --trace=MACRO report the list of calls to MACRO -i, --initialization also trace Autoconf's initialization process diff --git a/bin/autoupdate.in b/bin/autoupdate.in index 2cffe2ffd..f4a913c56 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -59,9 +59,11 @@ Operation modes: -V, --version print version number, then exit -v, --verbose verbosely report processing -d, --debug don't remove temporary files + -f, --force consider all files obsolete + +Library directories: -B, --prepend-include=DIR prepend directory DIR to search path -I, --include=DIR append directory DIR to search path - -f, --force consider all files obsolete Report bugs to . "; diff --git a/man/autoconf.1 b/man/autoconf.1 index 3a0c471fd..d80286b2e 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -24,12 +24,6 @@ verbosely report processing \fB\-d\fR, \fB\-\-debug\fR don't remove temporary files .TP -\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR -prepend directory DIR to search path -.TP -\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -append directory DIR to search path -.TP \fB\-f\fR, \fB\-\-force\fR consider all files obsolete .TP @@ -62,6 +56,13 @@ turn off all the warnings warnings are error .PP The environment variable `WARNINGS' is honored. +.SS "Library directories:" +.TP +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR +prepend directory DIR to search path +.TP +\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR +append directory DIR to search path .SS "Tracing:" .TP \fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 600b91b81..d6ebf3497 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -23,14 +23,15 @@ verbosely report processing \fB\-d\fR, \fB\-\-debug\fR don't remove temporary files .TP +\fB\-f\fR, \fB\-\-force\fR +consider all files obsolete +.SS "Library directories:" +.TP \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR prepend directory DIR to search path .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR append directory DIR to search path -.TP -\fB\-f\fR, \fB\-\-force\fR -consider all files obsolete .SH AUTHOR Written by David J. MacKenzie and Akim Demaille. .PP