From: Akim Demaille Date: Mon, 24 Nov 2003 14:19:04 +0000 (+0000) Subject: * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir X-Git-Tag: AUTOCONF-2.59c~783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d165e195e959c0c3e8c8a708ac5c457087973d;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir uses. From Debian Autoconf 2.58. --- diff --git a/ChangeLog b/ChangeLog index 6ca2221ce..81998116d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-24 Akim Demaille + + * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir + uses. + From Debian Autoconf 2.58. + 2003-11-24 Paolo Bonzini * TODO: Remove already done things. Update the part about finding diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 64def7fc5..9376c41c5 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -1167,7 +1167,7 @@ if test "$no_recursion" != yes; then AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir]) fi - cd $ac_popdir + cd "$ac_popdir" done fi ])# _AC_OUTPUT_SUBDIRS