summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-14 22:38:24 +0000
committerKarl Berry <karl@freefriends.org>2017-11-14 22:38:24 +0000
commitd1612dc09aef759c48f8988eb5b8c12af6185435 (patch)
tree5c196fb57f6aaf175aff7f3b4998fa3bc9c7b70f /Build/source/libs/harfbuzz/configure.ac
parent692e0ee16fdeefd289e5a0f7ae5c991bb4692c5f (diff)
pass no-define to Automake, to avoid clash with harfbuzz use of identifier "VERSION"
git-svn-id: svn://tug.org/texlive/trunk@45807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/configure.ac')
-rw-r--r--Build/source/libs/harfbuzz/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/harfbuzz/configure.ac b/Build/source/libs/harfbuzz/configure.ac
index a0f03b4bfb4..3e8be57c3b3 100644
--- a/Build/source/libs/harfbuzz/configure.ac
+++ b/Build/source/libs/harfbuzz/configure.ac
@@ -1,3 +1,4 @@
+dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright 2016-2017 Karl Berry <tex-live@tug.org>
@@ -14,7 +15,7 @@ AC_CONFIG_SRCDIR([harfbuzz-src/src/harfbuzz.pc.in])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
-KPSE_BASIC([harfbuzz])
+KPSE_BASIC([harfbuzz], no-define)
KPSE_LIB_VERSION([harfbuzz])[]dnl
AC_SUBST([HB_VERSION_MAJOR], [harfbuzz_major])[]dnl