diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-23 14:20:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-23 14:20:21 +0000 |
commit | 7d5a03d76f46cbbd3b12828754a21953f132a1ef (patch) | |
tree | d35462986e84c5ae3f616dee1d19ae86f5186784 /Build/source/libs/graphite/configure.ac | |
parent | cd7ad3298750c47b535a0bff96ba77ff9ee68f7d (diff) |
Autoconf 2.65
git-svn-id: svn://tug.org/texlive/trunk@16140 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite/configure.ac')
-rw-r--r-- | Build/source/libs/graphite/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/graphite/configure.ac b/Build/source/libs/graphite/configure.ac index 6fb47eeb3e9..687b40b2794 100644 --- a/Build/source/libs/graphite/configure.ac +++ b/Build/source/libs/graphite/configure.ac @@ -8,7 +8,7 @@ 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 AC_INIT([silgraphite for TeX Live], silgraphite_version, [tex-k@tug.org]) -AC_PREREQ([2.63]) +AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([engine-]silgraphite_version[/src/segment/GrEngine.cpp]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) |