* bin/autoreconf.in (parse_args): Pass --include to aclocal.
* doc/autoconf.texi (autoreconf Invocation): Updates for above.
* NEWS: Document it.
* THANKS: Update.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-11-10 Clinton Roy <clinton.roy@gmail.com> (tiny change)
+
+ Pass autoreconf -I to aclocal -I
+ * bin/autoreconf.in (parse_args): Pass --include to aclocal.
+ * doc/autoconf.texi (autoreconf Invocation): Updates for above.
+ * NEWS: Document it.
+ * THANKS: Update.
+
2008-11-10 Eric Blake <ebb9@byu.net>
Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
The warning is still printed, and you should really fix it by
providing a fourth parameter to AC_CHECK_HEADER/AC_CHECK_HEADERS.
+** Autoreconf added aclocal to the set of programs affected by the
+ `autoreconf -I dir' option.
+
** The following documented m4sugar macros are new:
m4_curry m4_default_quoted m4_map_args m4_map_args_pair
m4_set_map
Christian Krone krischan@sql.de
Christopher Hulbert cchgroupmail@gmail.com
Christopher Lee chrislee@ri.cmu.edu
+Clinton Roy clinton.roy@gmail.com
Cort Dougan cort@cs.nmt.edu
D'Arcy A MacIsaac ?
Dalibor Topic robilad@kaffe.org
# Dispatch autoreconf's option to the tools.
# --include;
+ $aclocal .= join (' -I ', '', map { shell_quote ($_) } @include);
$autoconf .= join (' --include=', '', map { shell_quote ($_) } @include);
$autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
$autoheader .= join (' --include=', '', map { shell_quote ($_) } @include);
@item --include=@var{dir}
@itemx -I @var{dir}
Append @var{dir} to the include path. Multiple invocations accumulate.
-Passed on to @command{autoconf} and @command{autoheader} internally.
+Passed on to @command{aclocal}, @command{autoconf} and
+@command{autoheader} internally.
@item --prepend-include=@var{dir}
@itemx -B @var{dir}