diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-07 11:45:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-07 11:45:38 +0000 |
commit | f7313120e22d6aa6b949b94452216f43d3037099 (patch) | |
tree | 08b17db4a54cd506953613094e59f80d89eaef95 /Build/source/texk/tetex/configure.ac | |
parent | b193da52395b4e98368f28044ae107d33df6d9d0 (diff) |
Install WIN32 wrapper binary for fontinst
Drop texconfig_sys shell variable in texconfig{,-sys}
git-svn-id: svn://tug.org/texlive/trunk@20962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/configure.ac')
-rw-r--r-- | Build/source/texk/tetex/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/tetex/configure.ac b/Build/source/texk/tetex/configure.ac index c2e6d993be6..4562c108782 100644 --- a/Build/source/texk/tetex/configure.ac +++ b/Build/source/texk/tetex/configure.ac @@ -22,6 +22,8 @@ AC_PROG_MAKE_SET 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]) AC_CONFIG_FILES([Makefile]) |