From: Paul Eggert Date: Fri, 13 Jul 2007 17:38:13 +0000 (+0000) Subject: * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS X-Git-Tag: v2.62~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8552a588c8902558b595ed45348cc4466585522;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS limitation reported by Leo Moisio in . --- diff --git a/ChangeLog b/ChangeLog index 8126e88b..f75e70d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-13 Paul Eggert + + * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS + limitation reported by Leo Moisio in + . + 2007-07-03 Paul Eggert * COPYING: Update to GPLv3. All uses changed. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 129db554..63020280 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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.