This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: unquote-am_config_header.patch
- To: "Lars J. Aas" <larsa at sim dot no>
- Subject: Re: unquote-am_config_header.patch
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Date: 19 Jan 2001 08:59:47 +0100
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- Organization: LRDE/EPITA http://www.lrde.epita.fr/
- References: <mvbk87tjlzz.fsf@phobos.lrde.epita.fr><20010118143035.A10915@sim.no>
>>> "Lars" == Lars J Aas <larsa@sim.no> 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 <duret_g@epita.fr>
* 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