From: Tom Yu Date: Thu, 2 Nov 2000 00:19:55 +0000 (+0000) Subject: * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properly X-Git-Tag: krb5-1.3-alpha1~1763 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e4dcd5f06ec3ddce18f0eba42081253c9ea75c3;p=krb5.git * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properly git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12851 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index ccfdf1549..46cad557a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-11-01 Tom Yu + + * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properly. + 2000-11-01 Ezra Peisach * configure.in: If the cache_file is /dev/null (autoconf 2.49), diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 496e55350..79e8081b7 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=