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  d4558ac9bee7bde487ea982c28771d43a610d4fc (commit)
      from  cc051734a33855b2aeca4be96610feb4f4a8d49a (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 d4558ac9bee7bde487ea982c28771d43a610d4fc
Author: Peter O'Gorman <[email protected]>
Date:   Fri Jun 11 14:22:55 2010 -0500

    Skip bindir install test if we're not building shared.
    
    * tests/bindir.at: Skip install test if necessary.
    * THANKS: Update.
    Report by Michael E Faenza.

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

Summary of changes:
 ChangeLog       |    7 +++++++
 THANKS          |    1 +
 tests/bindir.at |    3 +++
 3 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 48b26f8..823c6d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-11  Peter O'Gorman  <[email protected]>
+
+       Skip bindir install test if we're not building shared.
+       * tests/bindir.at: Skip install test if necessary.
+       * THANKS: Update.
+       Report by Michael E Faenza.
+
 2010-06-11  Gary V. Vaughan  <[email protected]>
 
        Use getopt.m4sh to generate libtoolize option parser.
diff --git a/THANKS b/THANKS
index dc61c43..08445f1 100644
--- a/THANKS
+++ b/THANKS
@@ -130,6 +130,7 @@
   Marcel Loose                 [email protected]
   Mark Kettenis                        [email protected]
   Matthijs Kooijman            [email protected]
+  Micheal E. Faenza            [email protected]
   Michael Haubenwallner                [email protected]
   Mike Gorchak                 [email protected]
   Mike Frysinger               [email protected]
diff --git a/tests/bindir.at b/tests/bindir.at
index e49853d..40e67cc 100644
--- a/tests/bindir.at
+++ b/tests/bindir.at
@@ -198,6 +198,9 @@ case "$host_os" in
     ;;
 esac
 
+eval "`$LIBTOOL --config | grep '^build_libtool_libs='`"
+AT_CHECK([test "$build_libtool_libs" = yes || (exit 77)])
+
 ####
 # These routines save the PATH before a test and restore it after,
 # prepending a chosen directory to the path on the platforms where


hooks/post-receive
-- 
GNU Libtool

Reply via email to