summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-20 09:15:29 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-20 09:15:29 +0000
commitac005f402389542b123fd41fd9fc54322f3becf1 (patch)
tree6234c1b385dd10b6716c676108ecf68856ea7480 /Build/source/libs/zlib/configure.ac
parent9301a1dd22ac8cedf4f7f980c96ef9e4f2bd37c2 (diff)
somewhat reorganize libs build system
git-svn-id: svn://tug.org/texlive/trunk@16091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/configure.ac')
-rw-r--r--Build/source/libs/zlib/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/libs/zlib/configure.ac b/Build/source/libs/zlib/configure.ac
index a1b1ed33570..27c78a9abc3 100644
--- a/Build/source/libs/zlib/configure.ac
+++ b/Build/source/libs/zlib/configure.ac
@@ -21,6 +21,7 @@ AM_MAINTAINER_MODE
AC_PROG_CC
AC_PROG_RANLIB
+AC_PROG_LN_S
AC_CONFIG_HEADERS([config.h])[]dnl unused, to avoid zillions of -D' on command line
@@ -61,9 +62,6 @@ if test -f $srcdir/$ZLIB_TREE/zconf.h; then
AC_MSG_ERROR([Sorry, you must remove the file $ZLIB_TREE/zconf.h])
fi
-dnl Use $ZLIB_TREE to exclude $ZLIB_TREE/zlib.h from DIST_COMMON
-AC_CONFIG_LINKS([zlib.h:$ZLIB_TREE/zlib.h])
-
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile include/Makefile])
AC_OUTPUT