From c8552a588c8902558b595ed45348cc4466585522 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 13 Jul 2007 17:38:13 +0000 Subject: [PATCH] * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS limitation reported by Leo Moisio in . --- ChangeLog | 6 ++++++ doc/autoconf.texi | 3 +++ 2 files changed, 9 insertions(+) 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. -- 2.47.2