libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-9-gd4558ac


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-9-gd4558ac
Date: Fri, 11 Jun 2010 19:40:36 +0000

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 <address@hidden>
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  <address@hidden>
+
+       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  <address@hidden>
 
        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                 address@hidden
   Mark Kettenis                        address@hidden
   Matthijs Kooijman            address@hidden
+  Micheal E. Faenza            address@hidden
   Michael Haubenwallner                address@hidden
   Mike Gorchak                 address@hidden
   Mike Frysinger               address@hidden
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

[Prev in Thread] Current Thread [Next in Thread]