diff options
author | Jim Meyering <meyering@redhat.com> | 2008-07-06 23:15:23 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-06 23:15:23 +0200 |
commit | 0fb0a03c5c86c114bd387300099910b1c8141689 (patch) | |
tree | 42eb9e608cb8099bb5f43dfdbd0b72d4d233edf0 | |
parent | 63467fa18794f02497c7a46e3b7783ba1180f8fc (diff) | |
download | coreutils-0fb0a03c5c86c114bd387300099910b1c8141689.tar.xz |
* bootstrap: Remove $bt and $bt2 also when not using gettext.
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |