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/utils/xindy/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/utils/xindy/configure.ac')
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac index 8f0c029264d..f7992467584 100644 --- a/Build/source/utils/xindy/configure.ac +++ b/Build/source/utils/xindy/configure.ac @@ -29,7 +29,7 @@ dnl the TeX Live (TL) tree; first distinguish these two cases. m4_syscmd([test -f ../../texk/kpathsea/doc/kpathsea.texi])[]dnl m4_if(m4_sysval, [0], [m4_define([kpse_TL], [])])[]dnl -AC_PREREQ([2.63]) +AC_PREREQ([2.65]) AC_INIT([xindy], [2.3], [xindy-discuss@lists.sourceforge.net]) m4_ifdef([kpse_TL], [dnl For xindy as part of the TL tree AC_CONFIG_AUX_DIR([../../build-aux]) |