* doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS

limitation reported by Leo Moisio in
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
This commit is contained in:
Paul Eggert 2007-07-13 17:38:13 +00:00
parent f448ac9647
commit c8552a588c
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-07-13 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
limitation reported by Leo Moisio in
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
2007-07-03 Paul Eggert <eggert@cs.ucla.edu>
* COPYING: Update to GPLv3. All uses changed.

View File

@ -1665,6 +1665,9 @@ none,obsolete}.
If you want @command{autoreconf} to pass flags that are not listed here
on to @command{aclocal}, set @code{ACLOCAL_AMFLAGS} in your @file{Makefile.am}.
Due to a limitation in the Autoconf implementation these flags currently
must be set on a single line in @file{Makefile.am}, without any
backslash-newlines.
@c ========================================= Initialization and Output Files.