summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-08 10:30:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-08 10:30:01 +0000
commit43d1252b0237bcc6ddfc784fd75075ed674c2c70 (patch)
tree659695c886887653dbcff8415501f2b88c9171e8 /Build/source/libs/teckit/configure.ac
parent9d186ed8be36222a9f91b2b08b715442790f22ab (diff)
poppler 0.18.0
git-svn-id: svn://tug.org/texlive/trunk@24242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/configure.ac')
-rw-r--r--Build/source/libs/teckit/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/teckit/configure.ac b/Build/source/libs/teckit/configure.ac
index 42f9bb17f49..ba9f5fe6482 100644
--- a/Build/source/libs/teckit/configure.ac
+++ b/Build/source/libs/teckit/configure.ac
@@ -1,6 +1,6 @@
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-2011 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,
@@ -44,15 +44,15 @@ KPSE_ADD_FLAGS([zlib])
AC_CHECK_FUNC([compress], , [AC_ERROR([zlib not found])])
AC_CHECK_HEADERS([zlib.h], , [AC_ERROR([zlib not found])])
-AC_DEFINE([HAVE_LIBZ], 1, [Define if you have zlib.])
KPSE_RESTORE_FLAGS
echo timestamp >config.force
fi
-TECKIT_TREE=TECkit-[]TECkit_version
-AC_SUBST([TECKIT_TREE])
+AC_DEFINE([HAVE_LIBZ], 1, [Define if you have zlib.])
+
+AC_SUBST([TECKIT_TREE], [TECkit-]TECkit_version)
AC_CONFIG_FILES([Makefile include/teckit/Makefile])