* tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS.
2001-06-29 Gary V. Vaughan <gary@gnu.org>
+ From "Golubev I. N." <gin@mo.msk.ru>
+ * tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS.
+
* mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1
does use symbols from libsub.la -- only platforms that allow
undefined symbols in libraries were able to cope with this
$(top_builddir)/libtool:
cd $(top_builddir) && $(MAKE) all
-# We should export these variables when we run ltconfig.
+# We should export these variables when we build the libtool script.
CFLAGS = @CFLAGS@
-CPPLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@