maint: use $SED and $GREP, not sed and grep in all scripts.
commit7f99bfd86c97038b73a1e5d1445ef31c6ec59983
authorGary V. Vaughan <gary@gnu.org>
Wed, 30 Oct 2013 05:25:44 +0000 (30 18:25 +1300)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Jan 2014 23:06:30 +0000 (2 12:06 +1300)
tree85ee8334b8556288e8f1012cf72791cd3fe1b741
parent0e1ba2182cbbae47d5da09984c776774ab2616ea
maint: use $SED and $GREP, not sed and grep in all scripts.

Choosing between hardcoding a tool's name, or using the shell
variable with a path to the user's prefered implementation or
configure's idea of the best available is a premature
optimisation.
* build-aux/ltmain.in, gl/build-aux/bootstrap.in,
gl/build-aux/extract-trace, gl/build-aux/funclib.sh,
libtoolize.in: Use $SED and $GREP consistently throughout,
instead of hardcoding sed and grep.
* bootstrap: Regenerate.

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