libtool-patches
[Top][All Lists]
Advanced

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

FYI: 104-gary-fix-config-h-VPATH.patch


From: Gary V. Vaughan
Subject: FYI: 104-gary-fix-config-h-VPATH.patch
Date: Mon, 29 Mar 2004 10:41:44 +0100 (BST)
User-agent: mailnotify/0.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This patch notification generated by cvsapply version 0.13
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAZ+9XFRMICSmD1gYRAqXPAJ9Nd2mu3AVrIAJvpR1BaEIHqwk/YgCfdALl
5LrtonVlzENuKsUr2k0ry7w=
=cNLl
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * libltdl/Makefile.am (AM_CPPFLAGS): Also check $top_builddir for
        config.h.
        (ltdl.o): config.h is in $top_builddir.

        * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,
Index: libltdl/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.am,v
retrieving revision 1.47
diff -u -p -u -r1.47 Makefile.am
--- libltdl/Makefile.am 21 Mar 2004 16:06:55 -0000 1.47
+++ libltdl/Makefile.am 29 Mar 2004 09:41:05 -0000
@@ -19,7 +19,7 @@
 
 AUTOMAKE_OPTIONS = no-dependencies foreign
 ACLOCAL_AMFLAGS  = -I ../m4
-AM_CPPFLAGS = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
 DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>"
 
 if INSTALL_LTDL
@@ -45,7 +45,7 @@ libltdlc_la_SOURCES = ltdl.c ltdl.h
 libltdlc_la_LIBADD = $(LIBADD_DL)
 
 ## Because we do not have automatic dependency tracking:
-ltdl.lo: ltdl.h $(top_srcdir)/$(CONFIG_H)
+ltdl.lo: ltdl.h $(top_builddir)/$(CONFIG_H)
 
 
 ## These are installed as a subdirectory of pkgdatadir so that

reply via email to

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