summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-24 01:12:02 +0000
committerKarl Berry <karl@freefriends.org>2013-01-24 01:12:02 +0000
commit790238df08a6f34033d7a95cf20a0f39e5a58d3b (patch)
tree50cf2e1225a93d27bedabd4150b1ca3cfd0ed270 /Build/source/texk/texlive/configure.ac
parent0ede421ecbc4d987f9818b63af7b6e2f55e90458 (diff)
first attempt at separating scripts (originally in tetex) now maintained in TL from the linked_scripts mechanism
git-svn-id: svn://tug.org/texlive/trunk@28922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/configure.ac')
-rw-r--r--Build/source/texk/texlive/configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/configure.ac b/Build/source/texk/texlive/configure.ac
index c6d6a5bf93e..2f2954538b2 100644
--- a/Build/source/texk/texlive/configure.ac
+++ b/Build/source/texk/texlive/configure.ac
@@ -22,7 +22,12 @@ AC_PROG_MAKE_SET
KPSE_CHECK_WIN32
AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno])
+AM_CONDITIONAL([WIN32_WRAP],
+ [test -r $srcdir/../../texk/texlive/w32_wrapper/runscript.exe])
-AC_CONFIG_FILES([Makefile context/Makefile linked_scripts/Makefile])
+AC_CONFIG_FILES([Makefile
+ context/Makefile
+ linked_scripts/Makefile
+ tl_scripts/Makefile])
AC_OUTPUT