From: Paul Eggert Date: Sun, 4 Jun 2006 19:56:27 +0000 (+0000) Subject: * bin/autoreconf.in (help): Document M4 environment variable. X-Git-Tag: AUTOCONF-2.59d~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eaa3f01d02c58b107edfc83045ba8ff40f096bd;p=thirdparty%2Fautoconf.git * bin/autoreconf.in (help): Document M4 environment variable. * bin/autoconf.as (Usage): Likewise. * bin/autom4te.in (help): Likewise. * doc/autoconf.texi (autom4te Invocation): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2ce8c627d..9d84f8032 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-04 Eric Blake + + * bin/autoreconf.in (help): Document M4 environment variable. + * bin/autoconf.as (Usage): Likewise. + * bin/autom4te.in (help): Likewise. + * doc/autoconf.texi (autom4te Invocation): Likewise. + 2006-06-04 Paul Eggert * NEWS: GNU make now recommended for VPATH builds. diff --git a/bin/autoconf.as b/bin/autoconf.as index 2d31e5beb..c967c26c6 100644 --- a/bin/autoconf.as +++ b/bin/autoconf.as @@ -45,7 +45,7 @@ Warning categories include: \`none' turn off all the warnings \`error' warnings are error -The environment variable \`WARNINGS' is honored. +The environment variables \`M4' and \`WARNINGS' are honored. Library directories: -B, --prepend-include=DIR prepend directory DIR to search path diff --git a/bin/autom4te.in b/bin/autom4te.in index c133cddc1..95a19e77c 100644 --- a/bin/autom4te.in +++ b/bin/autom4te.in @@ -191,7 +191,7 @@ Languages include: " . Autom4te::ChannelDefs::usage . " -The environment variable \`WARNINGS\' is honored. +The environment variables \`M4\' and \`WARNINGS\' are honored. Library directories: -B, --prepend-include=DIR prepend directory DIR to search path diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 909949813..fafb79359 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -89,7 +89,7 @@ Library directories: -I, --include=DIR append directory DIR to search path The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL, -AUTOPOINT, LIBTOOLIZE are honored. +AUTOPOINT, LIBTOOLIZE, M4 are honored. Report bugs to . "; diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 52501d532..7317d0b98 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -9140,7 +9140,10 @@ autom4te @var{options} @var{files} @end example @noindent -where the @var{files} are directly passed to @command{m4}. In addition +@evindex M4 +where the @var{files} are directly passed to @command{m4}. By default, +@acronym{GNU} m4 is found during configure, but the environment variable +@env{M4} can be set to tell @command{autom4te} where to look. In addition to the regular expansion, it handles the replacement of the quadrigraphs (@pxref{Quadrigraphs}), and of @samp{__oline__}, the current line in the output. It supports an extended syntax for the @var{files}: