From 0b7b2c69ec83497d9accab064da0f4ad07662d42 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 19 Mar 2009 13:59:30 +0000 Subject: prepare for new build system git-svn-id: svn://tug.org/texlive/trunk@12429 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/gd/ac/gd.ac | 3 +++ Build/source/libs/gd/ac/withenable.ac | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Build/source/libs/gd/ac/gd.ac create mode 100644 Build/source/libs/gd/ac/withenable.ac (limited to 'Build/source/libs/gd/ac') diff --git a/Build/source/libs/gd/ac/gd.ac b/Build/source/libs/gd/ac/gd.ac new file mode 100644 index 00000000000..97242870e1b --- /dev/null +++ b/Build/source/libs/gd/ac/gd.ac @@ -0,0 +1,3 @@ +## libs/gd/ac/gd.ac +## define required functions and headers from system gd +KPSE_CHECK_LIB([gd], [gdImageCreate], [gd.h]) diff --git a/Build/source/libs/gd/ac/withenable.ac b/Build/source/libs/gd/ac/withenable.ac new file mode 100644 index 00000000000..24637010b52 --- /dev/null +++ b/Build/source/libs/gd/ac/withenable.ac @@ -0,0 +1,3 @@ +## libs/gd/kpse/withenable.ac +## configure options and TL libraries required for gd +KPSE_WITH_LIB([gd], [libpng]) -- cgit v1.2.3