+2004-03-30 Gary V. Vaughan <gary@gnu.org>
+
+ * libltdl/Makefile.am (AM_CPPFLAGS): Also check $top_builddir for
+ config.h.
+ (ltdl.o): config.h is in $top_builddir.
+
2004-03-24 Scott James Remnant <scott@netsplit.com>
* NEWS: Explain more fully why we no longer load libraries
The Sun C++ compiler bundles -Qoption arguments so
convenience libraries are linked with defaultextract
otherwise.
- * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,
+ * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,
tagdemo/conv.cpp: Augment tagdemo test to link a convenience
library with a libtool library.
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
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