* bootstrap: Also set GREP, FGREP, EGREP, LN_S, when creating a

preliminary ltmain.sh script.
This commit is contained in:
Ralf Wildenhues 2007-02-24 14:56:18 +00:00
parent bb04acdad8
commit 703011cac4
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2007-02-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* bootstrap: Also set GREP, FGREP, EGREP, LN_S, when creating a
preliminary ltmain.sh script.
* doc/libtool.texi (Test descriptions): Track the grand test
suite renaming from 2003-10-14 in the tests documentation.
assign.test is merged into sh.test. Fix description of sh.test.

View File

@ -132,7 +132,8 @@ $MAKE ./$auxdir/ltmain.sh ./$m4dir/ltversion.m4 ./doc/notes.txt \
./tests/testsuite ./libltdl/Makefile.am \
srcdir=. top_srcdir=. PACKAGE="$2" VERSION="$3" \
PACKAGE_BUGREPORT="bug-$2@gnu.org" M4SH="$AUTOM4TE --language=m4sh" \
AUTOTEST="$AUTOM4TE --language=autotest" SED="$SED" MAKEINFO="$MAKEINFO"
AUTOTEST="$AUTOM4TE --language=autotest" SED="$SED" MAKEINFO="$MAKEINFO" \
GREP="$GREP" FGREP="$FGREP" EGREP="$EGREP" LN_S="$LN_S"
test -f clcommit.m4sh && $MAKE -f Makefile.maint ./commit \
srcdir=. top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="$AUTOM4TE -l m4sh" \