mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
uses. From Debian Autoconf 2.58.
This commit is contained in:
parent
2652ee0fe2
commit
d9d165e195
@ -1,3 +1,9 @@
|
||||
2003-11-24 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
|
||||
uses.
|
||||
From Debian Autoconf 2.58.
|
||||
|
||||
2003-11-24 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* TODO: Remove already done things. Update the part about finding
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user