diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-19 09:31:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-19 09:31:37 +0000 |
commit | b3d5371919d86702e12560b756e016fa50d4f302 (patch) | |
tree | e3a2b1d0419dc23ccdfb1c7a5dba35ac8c3aff1a /Build/source/libs/configure | |
parent | ea8fb06b7354090b299af352efc12765a158b4e7 (diff) |
Build system: Update a few M4 macros
git-svn-id: svn://tug.org/texlive/trunk@36322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-x | Build/source/libs/configure | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure index db499f706f5..ff121a0b952 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -807,8 +807,6 @@ enable_linked_scripts with_system_harfbuzz with_system_icu with_system_teckit -with_teckit_includes -with_teckit_libdir with_system_graphite2 with_system_zziplib with_system_xpdf @@ -1657,11 +1655,8 @@ Optional Packages: pkg-config) --with-system-icu use installed ICU headers and libraries (requires icu-config) - --with-system-teckit use installed teckit headers and library - --with-teckit-includes=DIR - teckit headers installed in DIR - --with-teckit-libdir=DIR - teckit library installed in DIR + --with-system-teckit use installed teckit headers and library (requires + pkg-config) --with-system-graphite2 use installed graphite2 headers and library (requires pkg-config) --with-system-zziplib use installed zziplib headers and library (requires @@ -4880,16 +4875,6 @@ fi if test "${with_system_teckit+set}" = set; then : withval=$with_system_teckit; fi - -# Check whether --with-teckit-includes was given. -if test "${with_teckit_includes+set}" = set; then : - withval=$with_teckit_includes; -fi - -# Check whether --with-teckit-libdir was given. -if test "${with_teckit_libdir+set}" = set; then : - withval=$with_teckit_libdir; -fi if test "x$with_system_teckit" = x; then if test -f $srcdir/../libs/teckit/configure; then { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`teckit' headers and library from TL tree" >&5 |