diff options
Diffstat (limited to 'Build/source/texk/tex4htk/configure.ac')
-rw-r--r-- | Build/source/texk/tex4htk/configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/texk/tex4htk/configure.ac b/Build/source/texk/tex4htk/configure.ac index b08753034f4..d06d8ecf39d 100644 --- a/Build/source/texk/tex4htk/configure.ac +++ b/Build/source/texk/tex4htk/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-2013 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, @@ -21,10 +21,7 @@ AC_CHECK_SIZEOF([int]) KPSE_KPATHSEA_FLAGS -KPSE_CHECK_WIN32 -AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno]) -AM_CONDITIONAL([WIN32_WRAP], - [test -r $srcdir/../texlive/w32_wrapper/runscript.exe]) +KPSE_COND_WIN32_WRAP AC_CONFIG_FILES([Makefile]) |