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.6-54-g3c4d63b


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-54-g3c4d63b
Date: Mon, 24 Nov 2008 06:37:24 +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  3c4d63b15c70cd91b0b53e727f200672dee68c90 (commit)
      from  535175c0c88cb34aba4dddcbd34272a6f92077b3 (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 3c4d63b15c70cd91b0b53e727f200672dee68c90
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 24 07:36:29 2008 +0100

    Another missing $EXEEXT in the new testsuite.
    
    * tests/runpath-in-lalib.at (Runpath in libtool library files):
    Add $EXEEXT overlooked in patch yesterday.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                 |    5 +++++
 tests/runpath-in-lalib.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e15efcb..949e7e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-24  Ralf Wildenhues  <address@hidden>
+
+       * tests/runpath-in-lalib.at (Runpath in libtool library files):
+       Add $EXEEXT overlooked in patch yesterday.
+
 2008-11-23  Ralf Wildenhues  <address@hidden>
 
        Fix expout and experr line ending issues.
diff --git a/tests/runpath-in-lalib.at b/tests/runpath-in-lalib.at
index 4a11e83..f7667f2 100644
--- a/tests/runpath-in-lalib.at
+++ b/tests/runpath-in-lalib.at
@@ -56,7 +56,7 @@ AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o 
m$EXEEXT m.$OBJEXT libb.l
         [], [ignore], [ignore])
 AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir/liba.la], [], [ignore], 
[ignore])
 AT_CHECK([$LIBTOOL --mode=install cp libb.la $libdir/libb.la], [], [ignore], 
[ignore])
-AT_CHECK([$LIBTOOL --mode=install cp m $bindir/m], [], [ignore], [ignore])
+AT_CHECK([$LIBTOOL --mode=install cp m$EXEEXT $bindir/m$EXEEXT], [], [ignore], 
[ignore])
 
 AT_CHECK([grep /foobar $libdir/liba.la], [], [ignore])
 AT_CHECK([grep /foobar $libdir/libb.la], [], [ignore])


hooks/post-receive
--
GNU Libtool




reply via email to

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