From 43d1252b0237bcc6ddfc784fd75075ed674c2c70 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 8 Oct 2011 10:30:01 +0000 Subject: poppler 0.18.0 git-svn-id: svn://tug.org/texlive/trunk@24242 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/teckit/configure | 7 ++++--- Build/source/libs/teckit/configure.ac | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'Build/source/libs/teckit') 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 +dnl Copyright (C) 2009-2011 Peter Breitenlohner 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]) -- cgit v1.2.3