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-35-g1ae7ff3


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-35-g1ae7ff3
Date: Thu, 20 Nov 2008 06:20:26 +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  1ae7ff35f29633fd1abf6a07db8c122dedf2869b (commit)
      from  3745830dcbc27ed4f4a760850713e721f326be64 (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 1ae7ff35f29633fd1abf6a07db8c122dedf2869b
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Nov 20 07:18:38 2008 +0100

    Ensure $ac_aux_dir is initialized for LIBTOOL_DEPS.
    
    * libltdl/m4/libtool.m4 (LT_INIT): Require
    AC_CONFIG_AUX_DIR_DEFAULT.
    * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Amend test to
    expose this.
    Report, analysis, and test example by Jakub Bogusz.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    7 +++++++
 libltdl/m4/libtool.m4 |    1 +
 tests/old-m4-iface.at |    7 ++++++-
 3 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 35ca37e..a9c3db4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-20  Ralf Wildenhues  <address@hidden>
 
+       Ensure $ac_aux_dir is initialized for LIBTOOL_DEPS.
+       * libltdl/m4/libtool.m4 (LT_INIT): Require
+       AC_CONFIG_AUX_DIR_DEFAULT.
+       * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Amend test to
+       expose this.
+       Report, analysis, and test example by Jakub Bogusz.
+
        Check for bogus aclocal.m4 contents in bootstrap and dist-hook.
        * Makefile.am (dist-hook): Bail out if shipped aclocal.m4 files
        contain LT_INIT, AC_PROG_LIBTOOL, or AM_PROG_LIBTOOL macro
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 763a410..011b99c 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -66,6 +66,7 @@ esac
 # ------------------
 AC_DEFUN([LT_INIT],
 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
+AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
 AC_BEFORE([$0], [LT_LANG])dnl
 AC_BEFORE([$0], [LT_OUTPUT])dnl
 AC_BEFORE([$0], [LTDL_INIT])dnl
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index 3365a2a..1e374d4 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -42,6 +42,7 @@ AT_SETUP([AM_PROG_LIBTOOL])
 AT_DATA([configure.in],
 [[AC_INIT(old.c)
 AM_PROG_LIBTOOL
+AC_SUBST([LIBTOOL_DEPS])
 AC_OUTPUT(Makefile)
 ]])
 
@@ -49,8 +50,9 @@ AT_DATA([Makefile.in],
 [[COMPILE = @CC@ @CPPFLAGS@ @CFLAGS@
 LINK      = @CC@ @CFLAGS@ @LDFLAGS@ -o $@
 SHELL     = @SHELL@
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
-all: address@hidden@
+all: libtool address@hidden@
 
 address@hidden@: address@hidden@
        $(LINK) address@hidden@
@@ -60,6 +62,9 @@ address@hidden@: address@hidden@
 
 address@hidden@:
        $(COMPILE) -c $<
+
+libtool: $(LIBTOOL_DEPS)
+       $(SHELL) ./config.status --recheck
 ]])
 
 


hooks/post-receive
--
GNU Libtool




reply via email to

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