From 2ff7159eb45c8ae9ca1588e65d198a2aeea3eed6 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 22 Apr 2009 20:46:45 +0200 Subject: [PATCH] Cope better with missing `makeinfo' in `bootstrap'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 --- ChangeLog | 8 ++++++++ THANKS | 1 + bootstrap | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) 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" \ -- 2.47.3