summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-17 10:36:08 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-17 10:36:08 +0000
commitb85e85862ea9263c2a0ed994368016498e31d3eb (patch)
treec74278a994176ddda3e38993a7fb286c63aa152b /Build/source/libs/graphite/configure.ac
parente5163e8480cca4fcad35986f9999d921ce1ee568 (diff)
graphite 2.4 (svn r1250 2012-03-1419:45:41 UTC)
git-svn-id: svn://tug.org/texlive/trunk@25676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite/configure.ac')
-rw-r--r--Build/source/libs/graphite/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/libs/graphite/configure.ac b/Build/source/libs/graphite/configure.ac
index 687b40b2794..743faf8b1ad 100644
--- a/Build/source/libs/graphite/configure.ac
+++ b/Build/source/libs/graphite/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-m4_define([silgraphite_version], [2.3.1])[]dnl using unmodified silgraphite/engine source tree
+m4_include([version.ac])[] dnl define silgraphite_version
AC_INIT([silgraphite for TeX Live], silgraphite_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([engine-]silgraphite_version[/src/segment/GrEngine.cpp])
@@ -41,8 +41,7 @@ AC_CHECK_FUNCS([fabsf])
AM_CONDITIONAL([build], [test "x$enable_build" != xno])
-GRAPHITE_TREE=[engine-]silgraphite_version
-AC_SUBST([GRAPHITE_TREE])
+AC_SUBST([GRAPHITE_TREE], [engine-]silgraphite_version)
AC_CONFIG_FILES([Makefile include/graphite/Makefile])