summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-19 09:47:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-19 09:47:47 (GMT)
commit9dc98083b1456d2337773786d81be5584f9ddd9f (patch)
treeb11b66f6c207d9050482ce115f79f28a79603f51 /unix/configure
parent015b2e6c6503106478c6dd3affa36035264c7482 (diff)
parent18b36e37e61e3936419af460b146f5c27e2d87f1 (diff)
downloadtcl-9dc98083b1456d2337773786d81be5584f9ddd9f.zip
tcl-9dc98083b1456d2337773786d81be5584f9ddd9f.tar.gz
tcl-9dc98083b1456d2337773786d81be5584f9ddd9f.tar.bz2
Cygwin: Instead of checking whether the win32 part is configured properly, just configure it when needed.
Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure13
1 files changed, 9 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index 5009807..0e231ab 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7076,10 +7076,15 @@ echo "$as_me: error: ${CC} is not a cygwin compiler." >&2;}
echo "$as_me: error: CYGWIN compile is only supported with --enable-threads" >&2;}
{ (exit 1); exit 1; }; }
fi
- if test "x${SHARED_BUILD}" = "x1" -a ! -f "../win/tcldde14.dll" -a ! -f "../win/tk86.dll"; then
- { { echo "$as_me:$LINENO: error: Please configure and make the ../win directory first." >&5
-echo "$as_me: error: Please configure and make the ../win directory first." >&2;}
- { (exit 1); exit 1; }; }
+ do64bit_ok=yes
+ if test "x${SHARED_BUILD}" = "x1"; then
+ echo "running cd ../win; ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args"
+ # The eval makes quoting arguments work.
+ if cd ../win; eval ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args; cd ../unix
+ then :
+ else
+ { echo "configure: error: configure failed for ../win" 1>&2; exit 1; }
+ fi
fi
;;
dgux*)