summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-02-17 02:35:53 +0000
committerTom Tromey <tromey@redhat.com>2001-02-17 02:35:53 +0000
commit473d383153733d6fa76d5af745bcc762d6671eee (patch)
treee15a68de08dd6641d525f8db30913b0cf35abb16
parent59ee26e2875cee35feccb5caec06f1ba70355e20 (diff)
downloadautomake-473d383153733d6fa76d5af745bcc762d6671eee.tar.gz
2001-02-16 Alexandre Duret-Lutz <duret_g@epita.fr>
* automake.in (scan_one_configure_file): Unquote AC_CONFIG_AUX_DIR's argument.
-rw-r--r--ChangeLog5
-rwxr-xr-xautomake.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e27863c0f..6be6a38f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-02-16 Alexandre Duret-Lutz <duret_g@epita.fr>
+ * automake.in (scan_one_configure_file): Unquote AC_CONFIG_AUX_DIR's
+ argument.
+
+2001-02-16 Alexandre Duret-Lutz <duret_g@epita.fr>
+
* automake.in (unquote_m4_arg): New function.
(scan_one_configure_file): Call unquote_m4_arg on
AM_CONFIG_HEADER argument, so that AM_CONFIG_HEADER([foobar.h])
diff --git a/automake.in b/automake.in
index b0848411e..51187fae8 100755
--- a/automake.in
+++ b/automake.in
@@ -4396,7 +4396,7 @@ sub scan_one_autoconf_file
if (/$AC_CONFIG_AUX_DIR_PATTERN/o)
{
- @config_aux_path = $1;
+ @config_aux_path = &unquote_m4_arg ($1);
}
# Check for ansi2knr.