limitation reported by Leo Moisio in
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
+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.
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.