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-2-gfc6191f


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-2-gfc6191f
Date: Mon, 05 May 2008 05:09:12 +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  fc6191fe1f582517bd529f9d376773fd1c33817a (commit)
      from  f7306a6ac19e4149ce1d351702213dca62d26e94 (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 fc6191fe1f582517bd529f9d376773fd1c33817a
Author: Gary V. Vaughan <address@hidden>
Date:   Mon May 5 01:07:14 2008 -0400

    Fix libtoolize test failure with aclocal < 1.10.1
    
    * tests/libtoolize.at
    (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Older aclocal
    requires a space between -I and the directory argument.
    Reported by Daniel Macks <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index d30cc98..15ffae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-05  Gary V. Vaughan  <address@hidden>
+
+       Fix libtoolize test failure with aclocal < 1.10.1
+       * tests/libtoolize.at
+       (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Older aclocal
+       requires a space between -I and the directory argument.
+       Reported by Daniel Macks <address@hidden>
+
 2008-05-04  Gary V. Vaughan  <address@hidden>
 
        Set SCM version number to 2.2.5a.
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index 3de37c8..fa229b9 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -689,7 +689,7 @@ LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout)
 ## Upgrading an aclocal maintained aclocal.m4 without AC_CONFIG_MACRO_DIR. ##
 ## ----------------------------------------------------------------------- ##
 
-LT_AT_ACLOCAL([-I$abs_top_srcdir/libltdl/m4])
+LT_AT_ACLOCAL([-I $abs_top_srcdir/libltdl/m4])
 
 ## The following code is adapted (and simplified) from libtoolize.m4sh
 ####


hooks/post-receive
--
GNU Libtool




reply via email to

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