>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
[...]
Lars> You will also find that
Lars> AC_CONFIG_AUX_DIR([cfg])
Lars> won't fly according to automake...
2001-01-18 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* automake.in (scan_one_configure_file): Unquote AC_CONFIG_AUX_DIR's
argument.
--- automake.in.old Thu Jan 18 19:53:32 2001
+++ automake.in Thu Jan 18 19:56:25 2001
@@ -4502,7 +4502,7 @@
if (/$AC_CONFIG_AUX_DIR_PATTERN/o)
{
- @config_aux_path = $1;
+ @config_aux_path = &unquote_m4_arg ($1);
}
# Check for ansi2knr.
--
Alexandre Duret-Lutz