From: Ralf Wildenhues Date: Wed, 22 Apr 2009 18:46:45 +0000 (+0200) Subject: Cope better with missing `makeinfo' in `bootstrap'. X-Git-Tag: v2.2.7b~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ff7159eb45c8ae9ca1588e65d198a2aeea3eed6;p=thirdparty%2Flibtool.git Cope better with missing `makeinfo' in `bootstrap'. * bootstrap: Update `./doc/notes.txt' last so missing `makeinfo' does not cause a broken tree. * THANKS: Update. Report by Christian Rössel. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 68d2d2d77..0c20a9230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-22 Ralf Wildenhues + + Cope better with missing `makeinfo' in `bootstrap'. + * bootstrap: Update `./doc/notes.txt' last so missing `makeinfo' + does not cause a broken tree. + * THANKS: Update. + Report by Christian Rössel. + 2009-03-29 Yaakov Selkowitz (tiny change) Charles Wilson diff --git a/THANKS b/THANKS index 1094becc8..431a30843 100644 --- a/THANKS +++ b/THANKS @@ -78,6 +78,7 @@ Carl D. Roth roth@cse.ucsc.edu Chris P. Ross cross@eng.us.uu.net Christian Biesinger cbiesinger@web.de + Christian Rössel christian.roessel@gmx.de Christoph Egger Christoph_Egger@gmx.de Christopher Hulbert cchgroupmail@gmail.com Craig Tierney Craig.Tierney@noaa.gov diff --git a/bootstrap b/bootstrap index 0b3648f55..d505c362c 100755 --- a/bootstrap +++ b/bootstrap @@ -132,9 +132,9 @@ $SED '/^if /,/^endif$/d;/^else$/,/^endif$/d;/^include /d' $makes > Makefile # configure, and ltversion.m4 to generate configure in the first place: rm -f $auxdir/ltmain.sh $m4dir/ltversion.m4 -$MAKE ./$auxdir/ltmain.sh ./$m4dir/ltversion.m4 ./doc/notes.txt \ +$MAKE ./$auxdir/ltmain.sh ./$m4dir/ltversion.m4 \ ./libtoolize.in ./tests/defs.in ./tests/package.m4 \ - ./tests/testsuite ./libltdl/Makefile.am \ + ./tests/testsuite ./libltdl/Makefile.am ./doc/notes.txt \ 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" \