libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. release-2-2-2-36-g851f873


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. release-2-2-2-36-g851f873
Date: Sun, 04 May 2008 16:31:59 +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  851f873412a3e69405dad44011b2155eb1a71b16 (commit)
      from  505274fd5809cdf621866b44bd142928acdc4278 (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 851f873412a3e69405dad44011b2155eb1a71b16
Author: Gary V. Vaughan <address@hidden>
Date:   Sun May 4 12:31:22 2008 -0400

    Make libtoolize tests work with distcheck.
    
    * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): When $tst_aclocal
    is set, transform paths that use it to generic
    /usr/local/share/aclocal in time for AT_CHECK comparisons.

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

Summary of changes:
 ChangeLog          |    7 +++++++
 tests/testsuite.at |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3188e66..d6cdec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-04  Gary V. Vaughan  <address@hidden>
+
+       Make libtoolize tests work with distcheck.
+       * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): When $tst_aclocal
+       is set, transform paths that use it to generic
+       /usr/local/share/aclocal in time for AT_CHECK comparisons.
+
 2008-05-03  Gary V. Vaughan  <address@hidden>
 
        Don't trip over outdated acinclude.m4.
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 14a604e..4dfc4ab 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -75,7 +75,7 @@ AT_KEYWORDS([libtoolize])
 m4_define([_LIBTOOLIZE_TRANSFORM],
 [lt_name=`$ECHO "$LIBTOOLIZE" | sed "s,^.*/,,"`
 sed "s/^libtoolize/$lt_name/
-s|/usr/local/share/aclocal/|$abs_top_srcdir/libltdl/m4/|" < $1 > $1.t
+s|/usr/local/share/aclocal/|${tst_aclocaldir-$abs_top_srcdir/libltdl/m4}/|" < 
$1 > $1.t
 mv -f $1.t $1
 ])dnl
 


hooks/post-receive
--
GNU Libtool




reply via email to

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