This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: unquote-am_config_header.patch


>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]