summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/configure.ac
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-12-28 13:04:03 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-12-28 13:04:03 +0000
commit74c0c4d1d90ea4f85a3de0304bcd009cb29acf9d (patch)
treee372a73826b75e2c70c80b6a903e9a9e60f928d4 /Build/source/libs/harfbuzz/configure.ac
parentcf483bef74e67ba3d39108df4864121c887f95e6 (diff)
harfbuzz-1.1.2
git-svn-id: svn://tug.org/texlive/trunk@39213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/configure.ac')
-rw-r--r--Build/source/libs/harfbuzz/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/harfbuzz/configure.ac b/Build/source/libs/harfbuzz/configure.ac
index 5b087728ebd..75e3ae77176 100644
--- a/Build/source/libs/harfbuzz/configure.ac
+++ b/Build/source/libs/harfbuzz/configure.ac
@@ -9,7 +9,7 @@ dnl
m4_include([version.ac])[] dnl define harfbuzz_version
AC_INIT([harfbuzz (TeX Live)], harfbuzz_version, [tex-k@tug.org])
AC_PREREQ([2.65])
-AC_CONFIG_SRCDIR([harfbuzz-]harfbuzz_version[/src/harfbuzz.pc.in])
+AC_CONFIG_SRCDIR([harfbuzz-src/src/harfbuzz.pc.in])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
@@ -75,7 +75,7 @@ dnl add all these to config.h.in but do not define them in config.h
AC_DEFINE([HAVE_INTEL_ATOMIC_PRIMITIVES], 1, [Use Intel __sync_* atomic primitives])
fi
-AC_SUBST([HARFBUZZ_TREE], [harfbuzz-]harfbuzz_version)
+AC_SUBST([HARFBUZZ_TREE], [harfbuzz-src])
if test -f $srcdir/$HARFBUZZ_TREE/src/hb-version.h; then
AC_MSG_ERROR([Sorry, you must remove the file $HARFBUZZ_TREE/src/hb-version.h])
@@ -83,6 +83,6 @@ fi
AC_CONFIG_FILES([Makefile
include/Makefile
- hb-version.h:harfbuzz-]harfbuzz_version[/src/hb-version.h.in])
+ hb-version.h:harfbuzz-src/src/hb-version.h.in])
AC_OUTPUT