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.4-42-gd62f88f


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-42-gd62f88f
Date: Sat, 06 Sep 2008 14:51:57 +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  d62f88f159e67ae227aef20038d5c5b0cd174907 (commit)
      from  2c47edfdef62ef8ed70299699fc10c00bfc50090 (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 d62f88f159e67ae227aef20038d5c5b0cd174907
Author: Gary V. Vaughan <address@hidden>
Date:   Sat Sep 6 22:50:15 2008 +0800

    Fix 'DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g' bug.
    * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): Fix test failures
    with --program-prefix, where the test case output contains the
    transformed name somewhere other than the beginning of a line.
    * libtoolize.m4sh (func_check_macros): Be sure to always use
    the transformed name in output messages.

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

Summary of changes:
 ChangeLog          |   17 +++++++++++++----
 libtoolize.m4sh    |    4 ++--
 tests/testsuite.at |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b5b3347..4192283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-06  Gary V. Vaughan  <address@hidden>
+
+       Fix 'DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g' bug.
+       * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): Fix test failures
+       with --program-prefix, where the test case output contains the
+       transformed name somewhere other than the beginning of a line.
+       * libtoolize.m4sh (func_check_macros): Be sure to always use
+       the transformed name in output messages.
+
 2008-09-04  Ralf Wildenhues  <address@hidden>
 
        Do not remove .gcno files when linking.
@@ -11,12 +20,12 @@
        Revert 75142db4f8afc65ba7aae0ed80ea0b35bd9cc382 (AIX libltdl
        dlopen(NULL)
 
-       libltdl/m4/ltdl.m4: Remove LTDL_DLOPEN_SELF_WORKS define.
-       libltdl/loaders/dlopen.c: Remove LTDL_DLOPEN_SELF_WORKS check.
-       libltdl/m4/libtool.m4 [aix]: Set export_dynamic_flag_spec to
+       * libltdl/m4/ltdl.m4: Remove LTDL_DLOPEN_SELF_WORKS define.
+       * libltdl/loaders/dlopen.c: Remove LTDL_DLOPEN_SELF_WORKS check.
+       * libltdl/m4/libtool.m4 [aix]: Set export_dynamic_flag_spec to
        -Wl,-bexpall. This is a temporary workaround until a real fix
        is implemented.
-       NEWS: document it.
+       * NEWS: document it.
 
 2008-08-26  Peter O'Gorman  <address@hidden>
 
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 092cd25..42e07df 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -1476,12 +1476,12 @@ func_check_macros ()
     # Suggest modern idioms for storing autoconf macros:
     $ac_config_macro_dir_advised || if test -z "$ac_macrodir" || test 
x"$macrodir" = x.; then
       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([m4])' to $configure_ac 
and"
-      func_echo "rerunning libtoolize, to keep the correct libtool macros 
in-tree."
+      func_echo "rerunning $progname, to keep the correct libtool macros 
in-tree."
       ac_config_macro_dir_advised=:
 
     elif test -z "$ac_macrodir$ltdldir"; then
       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([$macrodir])' to 
$configure_ac,"
-      func_echo "and rerunning libtoolize and aclocal."
+      func_echo "and rerunning $progname and aclocal."
       ac_config_macro_dir_advised=:
     fi
 
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 7a3b01d..5037d14 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -74,7 +74,7 @@ AT_KEYWORDS([libtoolize])
 # Fix the expected output of installed libtoolize in presence of --program-*.
 m4_define([_LIBTOOLIZE_TRANSFORM],
 [lt_name=`$ECHO "$LIBTOOLIZE" | sed "s,^.*/,,"`
-sed "s/^libtoolize/$lt_name/
+sed "s/libtoolize/$lt_name/g
 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]