diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
commit | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (patch) | |
tree | 2a5f80b80fc76086a2602b812c2a182d00f961b7 /Build/source/libs/gd/withenable.ac | |
parent | 70f7efeb5c9965a63a4143ad1c1f473585dc364c (diff) |
libs 1
git-svn-id: svn://tug.org/texlive/trunk@1483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/withenable.ac')
-rw-r--r-- | Build/source/libs/gd/withenable.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/libs/gd/withenable.ac b/Build/source/libs/gd/withenable.ac new file mode 100644 index 00000000000..95be7ddc95b --- /dev/null +++ b/Build/source/libs/gd/withenable.ac @@ -0,0 +1,10 @@ +AC_ARG_WITH([system_gd], + [ --with-system-gd use installed gd library]) + +AC_ARG_WITH([gd_libdir], +[ --with-gd-libdir=DIR + Specify directory where the gd library resides.]) + +AC_ARG_WITH([gd_include], +[ --with-gd-include=DIR + Specify the gd header files location.]) |