This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  2ff7159eb45c8ae9ca1588e65d198a2aeea3eed6 (commit)
      from  a2fa12747f531979b946cc4d3c9a9c0e07b460cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ff7159eb45c8ae9ca1588e65d198a2aeea3eed6
Author: Ralf Wildenhues <[email protected]>
Date:   Wed Apr 22 20:46:45 2009 +0200

    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 <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    8 ++++++++
 THANKS    |    1 +
 bootstrap |    4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 68d2d2d..0c20a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-22  Ralf Wildenhues  <[email protected]>
+
+       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  <[email protected]>  (tiny change)
            Charles Wilson  <[email protected]>
 
diff --git a/THANKS b/THANKS
index 1094bec..431a308 100644
--- a/THANKS
+++ b/THANKS
@@ -78,6 +78,7 @@
   Carl D. Roth                 [email protected]
   Chris P. Ross                        [email protected]
   Christian Biesinger          [email protected]
+  Christian Rössel            [email protected]
   Christoph Egger              [email protected]
   Christopher Hulbert          [email protected]
   Craig Tierney                        [email protected]
diff --git a/bootstrap b/bootstrap
index 0b3648f..d505c36 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="[email protected]" M4SH="$AUTOM4TE --language=m4sh" \
     AUTOTEST="$AUTOM4TE --language=autotest" SED="$SED" MAKEINFO="$MAKEINFO" \


hooks/post-receive
--
GNU Libtool


Reply via email to