]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: remove conftest.sed file droppings.
authorGary V. Vaughan <gary@gnu.org>
Sun, 5 Jan 2014 04:13:47 +0000 (17:13 +1300)
committerGary V. Vaughan <gary@gnu.org>
Sun, 5 Jan 2014 04:13:47 +0000 (17:13 +1300)
* gl/build-aux/funclib.sh: Remove conftest.sed when no longer
needed.
* bootstrap: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/funclib.sh

index 8b1b76c1cfe6cd30df1330177d398ab4a809cb33..b5b6730cda1b009e6316b30a37d84e118299ba85 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -426,6 +426,7 @@ test -z "$SED" && {
   }
 
   func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
+  rm -f conftest.sed
   SED=$func_path_progs_result
 }
 
index 981941de6652f05d351659b1c5d2c23432934119..9cb02ff68b5dada8dd2467c76adb859a23f43be4 100644 (file)
@@ -195,6 +195,7 @@ test -z "$SED" && {
   }
 
   func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
+  rm -f conftest.sed
   SED=$func_path_progs_result
 }