summaryrefslogtreecommitdiff
path: root/Build/source/README.hacking
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-03 11:15:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-03 11:15:02 +0000
commit58250d5be07a991b39035e3e93c57276de5aa739 (patch)
tree324c5eda69348cc13ddf1c846ea60f3ac632f5ad /Build/source/README.hacking
parent0a0816e7a18071b30bb6cc36dc3f56a713a3e9bd (diff)
automake 1.12.4
git-svn-id: svn://tug.org/texlive/trunk@27872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.hacking')
-rw-r--r--Build/source/README.hacking6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/README.hacking b/Build/source/README.hacking
index ca76dd2a9e9..e89d473436c 100644
--- a/Build/source/README.hacking
+++ b/Build/source/README.hacking
@@ -14,7 +14,7 @@ them with configure --prefix=/usr/local/gnu and having
autoconf (GNU Autoconf) 2.69
-automake (GNU automake) 1.12.3
+automake (GNU automake) 1.12.4
ltmain.sh (GNU libtool) 2.4.2
@@ -173,8 +173,8 @@ in order to restore CPPFLAGS and LIBS to their former values.
In order to use, e.g., libpng (and zlib) the Make variables mentioned above
must be used in Makefile.am as follows
-$(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) must be added to either INCLUDES or
-AM_CPPFLAGS (or target specific target_CPPFLAGS).
+$(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) must be added to AM_CPPFLAGS (or target
+specific target_CPPFLAGS).
$(LIBPNG_LIBS) $(ZLIB_LIBS) must be added to LDADD or target_LDADD.