diff options
Diffstat (limited to 'Build/source/texk/dtl/configure.ac')
-rw-r--r-- | Build/source/texk/dtl/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/dtl/configure.ac b/Build/source/texk/dtl/configure.ac index 6d44c571dea..6ef2afdb364 100644 --- a/Build/source/texk/dtl/configure.ac +++ b/Build/source/texk/dtl/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009-2012 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, @@ -20,8 +20,7 @@ AC_CHECK_SIZEOF(long) AC_CONFIG_HEADERS([config.h]) -# We don't use libpathsea, so add '-DNO_DEBUG' not to overload fopen. -KPSE_KPATHSEA_FLAGS([no-debug]) +KPSE_KPATHSEA_FLAGS AC_CONFIG_FILES([Makefile]) |