]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: show found GREP and SED in verbose mode.
authorGary V. Vaughan <gary@gnu.org>
Mon, 28 Oct 2013 06:55:36 +0000 (19:55 +1300)
committerGary V. Vaughan <gary@gnu.org>
Mon, 28 Oct 2013 07:49:47 +0000 (20:49 +1300)
* gl/build-aux/bootstrap.in (EGREP, FGREP, GREP, SED): Remove.
These are already set by funclib.sh.
(func_prep): After --verbose has been processed, show the paths
to GREP and SED found by funclib.sh.
* bootstrap: Regenerate.

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

index a3742f0f2dfe5726251e755436379f3f633fb029..4b91a4ad10f4ced4c6242d4898e3d591c6642e1f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2480,13 +2480,9 @@ scriptversion=2013-09-16.03; # UTC
 : ${CMP="cmp"}
 : ${CONFIG_SHELL="/bin/sh"}
 : ${DIFF="diff"}
-: ${EGREP="grep -E"}
-: ${FGREP="grep -F"}
 : ${GIT="git"}
-: ${GREP="grep"}
 : ${LN_S="ln -s"}
 : ${RM="rm"}
-: ${SED="sed"}
 
 export ACLOCAL
 export AUTOCONF
@@ -2695,6 +2691,10 @@ func_prep ()
 
     $require_gnulib_merge_changelog
 
+    # Report the results of SED and GREP searches from funclib.sh.
+    func_verbose "GREP='$GREP'"
+    func_verbose "SED='$SED'"
+
     # fetch update files from the translation project
     func_update_translations
 
index 3362d450716d9507bca0a2000e22172290aa8545..d91880d2f4d9dfbbfccb178d71882e280390b8d8 100755 (executable)
@@ -100,13 +100,9 @@ scriptversion=2013-09-16.03; # UTC
 : ${CMP="cmp"}
 : ${CONFIG_SHELL="/bin/sh"}
 : ${DIFF="diff"}
-: ${EGREP="grep -E"}
-: ${FGREP="grep -F"}
 : ${GIT="git"}
-: ${GREP="grep"}
 : ${LN_S="ln -s"}
 : ${RM="rm"}
-: ${SED="sed"}
 
 export ACLOCAL
 export AUTOCONF
@@ -315,6 +311,10 @@ func_prep ()
 
     $require_gnulib_merge_changelog
 
+    # Report the results of SED and GREP searches from funclib.sh.
+    func_verbose "GREP='$GREP'"
+    func_verbose "SED='$SED'"
+
     # fetch update files from the translation project
     func_update_translations