diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-14 22:38:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-14 22:38:24 +0000 |
commit | d1612dc09aef759c48f8988eb5b8c12af6185435 (patch) | |
tree | 5c196fb57f6aaf175aff7f3b4998fa3bc9c7b70f /Build/source/libs/harfbuzz/configure | |
parent | 692e0ee16fdeefd289e5a0f7ae5c991bb4692c5f (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')
-rwxr-xr-x | Build/source/libs/harfbuzz/configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/libs/harfbuzz/configure b/Build/source/libs/harfbuzz/configure index 2a110e37c64..a6bfc686a6a 100755 --- a/Build/source/libs/harfbuzz/configure +++ b/Build/source/libs/harfbuzz/configure @@ -4008,15 +4008,6 @@ fi VERSION='1.7.0' -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |