From: Paul Eggert Date: Fri, 20 Aug 2004 06:24:32 +0000 (+0000) Subject: Fixes to support spaces in the name of the build directory. X-Git-Tag: AUTOCONF-2.59c~652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc2ff14899752f3164c43f920eae7534989d2f8;p=thirdparty%2Fautoconf.git Fixes to support spaces in the name of the build directory. --- diff --git a/ChangeLog b/ChangeLog index 563e5330f..eb38ace41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2004-08-19 Paul Eggert + + More fixes to support spaces in the name of the build directory. + This isn't a complete fix but it's an improvement. + + * bin/autoconf.as (autom4te_options): New var. + Use it instead of appending to AUTOM4TE, so that we can allow + spaces in the build directory's absolute name. + * bin/autoheader.in ($autoconf): Allow spaces in file names. + * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK, + AT_CHECK_NOESCAPE): Likewise. + * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir, + main program): Likewise. + +2004-08-18 Paul Eggert + + * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses. + From Ralf Corsepius in: + http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html + 2004-08-12 Paul Eggert * doc/autoconf.texi (Function Portability): Document isinf and