summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-01-05 17:13:47 +1300
committerGary V. Vaughan <gary@gnu.org>2014-01-05 17:13:47 +1300
commit1f14273e954361bde44143458098acd9723e54a2 (patch)
tree4af20152c4df6878f6de781446b271d827fb10f5 /bootstrap
parentb40922af00e13b7ab30d3dff6c63a7c9f6aece5d (diff)
downloadlibtool-1f14273e954361bde44143458098acd9723e54a2.tar.gz
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 <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 8b1b76c1..b5b6730c 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
}