summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit
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
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')
-rwxr-xr-xBuild/source/libs/teckit/configure7
-rw-r--r--Build/source/libs/teckit/configure.ac8
2 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/libs/teckit/configure b/Build/source/libs/teckit/configure
index d544f2f3518..ebf38ebe297 100755
--- a/Build/source/libs/teckit/configure
+++ b/Build/source/libs/teckit/configure
@@ -5693,9 +5693,6 @@ fi
done
-$as_echo "#define HAVE_LIBZ 1" >>confdefs.h
-
-
CPPFLAGS=$kpse_save_CPPFLAGS
LIBS=$kpse_save_LIBS
@@ -5703,6 +5700,10 @@ LIBS=$kpse_save_LIBS
echo timestamp >config.force
fi
+
+$as_echo "#define HAVE_LIBZ 1" >>confdefs.h
+
+
TECKIT_TREE=TECkit-2.5.1
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])