From 437e4c7743636d9ef22e17065274cdcd63dc87d0 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 4 Dec 2013 07:52:06 +0000 Subject: regenerate git-svn-id: svn://tug.org/texlive/trunk@32318 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure | 8 ++++---- Build/source/texk/web2c/configure | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Build') diff --git a/Build/source/configure b/Build/source/configure index 97f8cb6fd8c..c1498f32e68 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20653,11 +20653,11 @@ elif test "x$need_icu:$with_system_icu" = xyes:yes; then as_fn_error $? "did not find icu-config required for system icu libraries" "$LINENO" 5 fi -if $PKG_CONFIG harfbuzz --atleast-version=0.9.10; then - HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz --cflags` - HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz --libs` +if $PKG_CONFIG harfbuzz-icu; then + HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz-icu --cflags` + HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz-icu --libs` elif test "x$need_harfbuzz:$with_system_harfbuzz" = xyes:yes; then - as_fn_error $? "did not find harfbuzz-0.9.10 or better" "$LINENO" 5 + as_fn_error $? "did not find harfbuzz-icu" "$LINENO" 5 fi diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 1b84717f14a..8b0505c4f01 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -23524,11 +23524,11 @@ if test "${with_system_harfbuzz+set}" = set; then : withval=$with_system_harfbuzz; fi if test "x$with_system_harfbuzz" = xyes; then - if $PKG_CONFIG harfbuzz --atleast-version=0.9.10; then - HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz --cflags` - HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz --libs` + if $PKG_CONFIG harfbuzz-icu; then + HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz-icu --cflags` + HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz-icu --libs` elif test "x$need_harfbuzz:$with_system_harfbuzz" = xyes:yes; then - as_fn_error $? "did not find harfbuzz-0.9.10 or better" "$LINENO" 5 + as_fn_error $? "did not find harfbuzz-icu" "$LINENO" 5 fi else HARFBUZZ_INCLUDES="-I$kpse_BLD/libs/harfbuzz/include" -- cgit v1.2.3