From: Jim Meyering Date: Sun, 6 Jul 2008 21:15:23 +0000 (+0200) Subject: * bootstrap: Remove $bt and $bt2 also when not using gettext. X-Git-Tag: v7.0~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fb0a03c5c86c114bd387300099910b1c8141689;p=platform%2Fupstream%2Fcoreutils.git * bootstrap: Remove $bt and $bt2 also when not using gettext. --- diff --git a/bootstrap b/bootstrap index 008e902..56bdbc8 100755 --- a/bootstrap +++ b/bootstrap @@ -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.