summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/aclocal.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ccfdf15499..46cad557a0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-01 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properly.
+
2000-11-01 Ezra Peisach <epeisach@mit.edu>
* configure.in: If the cache_file is /dev/null (autoconf 2.49),
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 496e55350b..79e8081b72 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -67,7 +67,7 @@ dnl right thing happens.
dnl
if test -f $srcdir/$ac_reltopdir/util/autoconf/autoconf ; then
AUTOCONF=$ac_reltopdir/util/autoconf/autoconf
- AUTOCONFFLAGS="--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf"
+ AUTOCONFFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
else
AUTOCONF=autoconf
AUTOCONFFLAGS=