diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:45:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:45:16 +0000 |
commit | 9c241c5d2d9413361d32567876c35b2b9e2754c9 (patch) | |
tree | 754aab0f779c0c574897fb6bd6f67f9d722c9ac2 /Build/source/libs/zlib/ac | |
parent | 207e0fee56e671a0913674ee3f71701bb9d84768 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/ac')
-rw-r--r-- | Build/source/libs/zlib/ac/withenable.ac | 3 | ||||
-rw-r--r-- | Build/source/libs/zlib/ac/zlib.ac | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/zlib/ac/withenable.ac b/Build/source/libs/zlib/ac/withenable.ac new file mode 100644 index 00000000000..0e61eac2e51 --- /dev/null +++ b/Build/source/libs/zlib/ac/withenable.ac @@ -0,0 +1,3 @@ +## libs/zlib/ac/withenable.ac +## configure options and TL libraries required for zlib +KPSE_WITH_LIB([zlib]) diff --git a/Build/source/libs/zlib/ac/zlib.ac b/Build/source/libs/zlib/ac/zlib.ac new file mode 100644 index 00000000000..aea063a2250 --- /dev/null +++ b/Build/source/libs/zlib/ac/zlib.ac @@ -0,0 +1,3 @@ +## libs/zlib/ac/zlib.ac +## define required functions and headers from system zlib +KPSE_CHECK_LIB([zlib], [inflate], [zlib.h]) |