diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 07:07:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 07:07:04 +0000 |
commit | 46500586978b361422a73168b912a0e151111885 (patch) | |
tree | ad91bc81ec6d88ccb8803fefd9f08942cfbdd3e4 /Build/source/texk/makeindexk/configure.ac | |
parent | cbd8755638a860c159a2f1b31037bd769a068090 (diff) |
WIN32: check shell scripts
git-svn-id: svn://tug.org/texlive/trunk@20812 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/configure.ac')
-rw-r--r-- | Build/source/texk/makeindexk/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/configure.ac b/Build/source/texk/makeindexk/configure.ac index f8a2434dd7d..af6ca3f61fe 100644 --- a/Build/source/texk/makeindexk/configure.ac +++ b/Build/source/texk/makeindexk/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, 2010 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, @@ -26,6 +26,9 @@ AC_CHECK_FUNCS([strchr strrchr setlocale]) KPSE_KPATHSEA_FLAGS +KPSE_CHECK_WIN32 +AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |