libtool-patches
[Top][All Lists]
Advanced

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

FYI: weed out AM_CPPFLAGS


From: Ralf Wildenhues
Subject: FYI: weed out AM_CPPFLAGS
Date: Thu, 10 Mar 2005 14:44:15 +0100
User-agent: Mutt/1.4.1i

Applied to HEAD and branch-2-0.  (we need `-I. -I$(srcdir)' because the
ltdl user might have put nostdinc as global Automake option.)

This broke compilation with Portland's pgcc.

Regards,
Ralf

        * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'.

Index: libltdl/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.am,v
retrieving revision 1.74
diff -u -r1.74 Makefile.am
--- libltdl/Makefile.am 2 Mar 2005 10:36:43 -0000       1.74
+++ libltdl/Makefile.am 10 Mar 2005 13:09:11 -0000
@@ -28,7 +28,7 @@
 ACLOCAL_AMFLAGS                = -I m4
 
 DEFS                   = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL
-AM_CPPFLAGS            = -I$(builddir) -I$(srcdir) -I$(srcdir)/libltdl
+AM_CPPFLAGS            = -I. -I$(srcdir) -I$(srcdir)/libltdl
 AM_LDFLAGS             = -no-undefined
 VERSION_INFO           = -version-info 6:0:0
 




reply via email to

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