+2008-03-26 Eric Blake <ebb9@byu.net>
+
+ Document Automake interaction with AC_CONFIG_MACRO_DIR.
+ * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
+ users.
+ * THANKS: Update.
+ Reported by Chris Pickett.
+
2008-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/autotest.at (Using atlocal): Quote instances of `pwd`.
Chad R. Larson chad@anasazi.com
Charles 'Buck' Krasic krasic@cs.ubc.ca
Chris P. Ross cross@uu.net
+Chris Pickett chris.pickett@mail.mcgill.ca
Chris Provenzano proven@cygnus.com
Chris Torek torek@bsdi.com
Christian Cornelssen ccorn@cs.tu-berlin.de
@command{autoreconf} that trace macro calls. It should be called
directly from @file{configure.ac} so that tools that install macros for
@command{aclocal} can find the macros' declarations.
+
+Note that if you use @command{aclocal} from Automake to generate
+@file{aclocal.m4}, you must also set @code{ACLOCAL_AMFLAGS = -I
+@var{dir}} in your top-level @file{Makefile.am}. Due to a limitation in
+the Autoconf implementation of @command{autoreconf}, these include
+directives currently must be set on a single line in @file{Makefile.am},
+without any backslash-newlines.
@end defmac