summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-23 11:11:41 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-23 11:11:41 +0000
commit24eb4f9306f8b19b5564853d41514078f071e849 (patch)
tree9c62fa7f5973105947b4a05cfd495d7f4e6b3d27 /Build/source/texk/tex4htk/configure
parentdc9c9350a084881d60de766bab290b9de9883fa5 (diff)
WIN32: install wrapper scripts instead of symlinks
git-svn-id: svn://tug.org/texlive/trunk@20837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk/configure')
-rwxr-xr-xBuild/source/texk/tex4htk/configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/tex4htk/configure b/Build/source/texk/tex4htk/configure
index d144cc61d94..53c4cb05d58 100755
--- a/Build/source/texk/tex4htk/configure
+++ b/Build/source/texk/tex4htk/configure
@@ -616,6 +616,8 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+WIN32_WRAP_FALSE
+WIN32_WRAP_TRUE
WIN32_FALSE
WIN32_TRUE
KPATHSEA_RULE
@@ -14285,6 +14287,14 @@ else
WIN32_FALSE=
fi
+ if test -r $srcdir/../texlive/w32_wrapper/runscript.exe; then
+ WIN32_WRAP_TRUE=
+ WIN32_WRAP_FALSE='#'
+else
+ WIN32_WRAP_TRUE='#'
+ WIN32_WRAP_FALSE=
+fi
+
ac_config_files="$ac_config_files Makefile"
@@ -14422,6 +14432,10 @@ if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then
as_fn_error $? "conditional \"WIN32\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${WIN32_WRAP_TRUE}" && test -z "${WIN32_WRAP_FALSE}"; then
+ as_fn_error $? "conditional \"WIN32_WRAP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0