1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

* bootstrap: Remove $bt and $bt2 also when not using gettext.

This commit is contained in:
Jim Meyering
2008-07-06 23:15:23 +02:00
parent 63467fa187
commit 0fb0a03c5c

View File

@@ -526,9 +526,8 @@ if test $with_gettext = yes; then
cp configure.ac $bt2 &&
(cd $bt2 && autopoint && rm configure.ac) &&
slurp $bt2 $bt || exit
rm -fr $bt $bt2 || exit
fi
rm -fr $bt $bt2 || exit
# Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
# gnulib-populated directories. Such .m4 files would cause aclocal to fail.