From 1f14273e954361bde44143458098acd9723e54a2 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 5 Jan 2014 17:13:47 +1300 Subject: [PATCH] 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 --- bootstrap | 1 + gl/build-aux/funclib.sh | 1 + 2 files changed, 2 insertions(+) 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 } -- 2.47.3