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-193-g8e73506


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-193-g8e73506
Date: Sat, 18 Sep 2010 08:21:54 +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  8e7350625f1236f6f0c31ba5a8f518671731b032 (commit)
      from  bb8ae2a29a769877ec1b40155dfe53ad47228185 (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 8e7350625f1236f6f0c31ba5a8f518671731b032
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Sep 18 10:19:38 2010 +0200

    tests: avoid distcheck failure with --disable-ltdl-install.
    
    * tests/ltdl-libdir.at (libdir of installed modules): Skip if
    $LIBLTDL does not exist.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog            |    6 ++++++
 tests/ltdl-libdir.at |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d72d9e0..fd8bb49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-18  Ralf Wildenhues  <address@hidden>
+
+       tests: avoid distcheck failure with --disable-ltdl-install.
+       * tests/ltdl-libdir.at (libdir of installed modules): Skip if
+       $LIBLTDL does not exist.
+
 2010-09-17  Peter Rosin  <address@hidden>
 
        tests: actually detect missing 'test' in 'if "$foo" = ...'.
diff --git a/tests/ltdl-libdir.at b/tests/ltdl-libdir.at
index 7065c5b..01c9e70 100644
--- a/tests/ltdl-libdir.at
+++ b/tests/ltdl-libdir.at
@@ -93,6 +93,9 @@ main (int argc, const char *argv[])
 : ${LTDLINCL="-I$abs_top_srcdir/libltdl"}
 : ${LIBLTDL="$abs_builddir/../libltdl/libltdlc.la"}
 
+# Skip installcheck if --disable-ltdl-install was used.
+AT_CHECK([test -f "$LIBLTDL" || exit 77])
+
 CPPFLAGS="$LTDLINCL $CPPFLAGS"
 LDFLAGS="$LDFLAGS -no-undefined"
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

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