Hello,
I encountered a problem with a configure script which used
ac_aux_dir before it was set.
I found out that the macro AM_AUX_DIR_EXPAND supposes that ac_aux_dir
is ready. The natural way to express this assumption is:
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])
This bug does not hit i
* Paul Eggert wrote on Tue, Jan 09, 2007 at 10:26:38PM CET:
> Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> > * tests/defs.in (is_newest): Cope with multiple newer files.
> > * NEWS: mention `install-sh -C'.
>
> Thanks, please apply.
Done, thanks!
Cheers,
Ralf