m4-patches
[Top][All Lists]
Advanced

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

include the right ltdl.h


From: Ralf Wildenhues
Subject: include the right ltdl.h
Date: Tue, 13 Jun 2006 11:08:16 +0200
User-agent: Mutt/1.5.11

This patch makes sure you use the in-tree ltdl.h if necessary,
thus fixing a build failure (e.g., if the ltdl.h that is found in the
default paths is an old one, or none is found there).

Cheers,
Ralf

        * Makefile.am (AM_CPPFLAGS): Add $(LTDLINCL), so the right
        ltdl.h is used.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/Makefile.am,v
retrieving revision 1.26
diff -u -r1.26 Makefile.am
--- Makefile.am 13 Jun 2006 01:19:09 -0000      1.26
+++ Makefile.am 13 Jun 2006 09:06:32 -0000
@@ -29,7 +29,7 @@
 AM_CPPFLAGS    = -I. -I$(srcdir) \
                  -Ignu -I$(srcdir)/gnu \
                  -Im4 -I$(srcdir)/m4\
-                 $(INTLINCL)
+                 $(INTLINCL) $(LTDLINCL)
 AM_LDFLAGS     = -no-undefined -export-dynamic
 
 EXTRA_DIST     = bootstrap $(config_aux_dir)/mkstamp




reply via email to

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