automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unquote-am_config_header.patch


From: Alexandre Duret-Lutz
Subject: Re: unquote-am_config_header.patch
Date: 19 Jan 2001 08:59:47 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

>>> "Lars" == Lars J Aas <address@hidden> 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  <address@hidden>

        * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]