m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-49-


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-49-g7716bd1
Date: Tue, 29 Jan 2008 02:26:18 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=7716bd11c4d8c59919568c5dc9f787c3a1c0eb40

The branch, master has been updated
       via  7716bd11c4d8c59919568c5dc9f787c3a1c0eb40 (commit)
      from  71c6a7d82b7519b73b43671187419c9d5d0a7676 (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 7716bd11c4d8c59919568c5dc9f787c3a1c0eb40
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Jan 28 19:23:19 2008 -0700

    Fix build failure if installed libltdl is used.
    
    * Makefile.am (m4_libm4_la_DEPENDENCIES): Use $(LTDLDEPS).

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

Summary of changes:
 ChangeLog   |    5 +++++
 Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 612654b..905e695 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-28  Ralf Wildenhues  <address@hidden>
+
+       Fix build failure if installed libltdl is used.
+       * Makefile.am (m4_libm4_la_DEPENDENCIES): Use $(LTDLDEPS).
+
 2008-01-28  Eric Blake  <address@hidden>
 
        Depend on newer autoconf, for testsuite -C dir.
diff --git a/Makefile.am b/Makefile.am
index 8626031..3d2fe4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -226,7 +226,7 @@ m4_libm4_la_SOURCES = \
                  m4/utility.c
 m4_libm4_la_LIBADD = gnu/libgnu.la \
                  $(LIBLTDL) $(LTLIBINTL) $(LIBADD_DL)
-m4_libm4_la_DEPENDENCIES = $(LIBLTDL) gnu/libgnu.la
+m4_libm4_la_DEPENDENCIES = $(LTDLDEPS) gnu/libgnu.la
 
 # This file needs to be regenerated at configure time.
 dist-hook:


hooks/post-receive
--
GNU M4 source repository




reply via email to

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