From: Gary V. Vaughan Date: Sun, 5 Jan 2014 04:13:47 +0000 (+1300) Subject: bootstrap: remove conftest.sed file droppings. X-Git-Tag: v2.4.3~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f14273e954361bde44143458098acd9723e54a2;p=thirdparty%2Flibtool.git bootstrap: remove conftest.sed file droppings. * gl/build-aux/funclib.sh: Remove conftest.sed when no longer needed. * bootstrap: Regenerate. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap b/bootstrap index 8b1b76c1c..b5b6730cd 100755 --- 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 } diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh index 981941de6..9cb02ff68 100644 --- a/gl/build-aux/funclib.sh +++ b/gl/build-aux/funclib.sh @@ -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 }