diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
commit | 8994d0c1fae93d05483786b4f7d1e92c91765d65 (patch) | |
tree | 520d437d1ab4f7b83b0fc6717d23380c3ce7eb68 /Build/source/texk/web2c/configure.ac | |
parent | 37f827f0b8b1b7201265f99233642947f1186a20 (diff) |
WIN32: build C program replacements for Unix shell scripts (from Akira's W32TeX)
git-svn-id: svn://tug.org/texlive/trunk@22600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 9e38a7947f2..71d9d8647e6 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -362,7 +362,7 @@ fi AC_CONFIG_SUBDIRS([web2c]) AC_CONFIG_FILES([Makefile doc/Makefile lib/Makefile man/Makefile - omegafonts/Makefile otps/Makefile + omegafonts/Makefile otps/Makefile otps/win32/Makefile window/Makefile]) AC_CONFIG_FILES([web2c-sh], [chmod +x web2c-sh]) AC_CONFIG_FILES([tangle-sh], [chmod +x tangle-sh]) |