diff options
author | mdejong <mdejong@noemail.net> | 2001-06-27 01:06:11 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2001-06-27 01:06:11 (GMT) |
commit | e3d2fd9fc8579478c882b129a894950753e558c6 (patch) | |
tree | d46a94578d57e15fc36e4fb1e0dfed24e61592c9 /win/tcl.m4 | |
parent | 7b2f411e9bb3e82f65a1727356ce68503669cdeb (diff) | |
download | tcl-e3d2fd9fc8579478c882b129a894950753e558c6.zip tcl-e3d2fd9fc8579478c882b129a894950753e558c6.tar.gz tcl-e3d2fd9fc8579478c882b129a894950753e558c6.tar.bz2 |
* win/Makefile.in: Use : to separate VPATH entries. This
works for both Cygwin builds and cross builds, the VPSEP
variable is simply unneeded complexity.
* win/configure: Regen.
* win/configure.in: Don't subst VPSEP.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Remove VPSEP variable.
FossilOrigin-Name: 8bc2635c02042e32a033c9c051672bd8b004c5ef
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -298,7 +298,6 @@ AC_DEFUN(SC_ENABLE_SYMBOLS, [ # CC_OBJNAME # CC_EXENAME # PATHTYPE -# VPSEP # CYGPATH # SHLIB_LD # SHLIB_LD_LIBS @@ -333,7 +332,6 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ EXTRA_CFLAGS="" PATHTYPE='-w' CYGPATH='cygpath' - VPSEP=';' # set various compiler flags depending on whether we are using gcc or cl @@ -369,7 +367,6 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ if test "$cross_compiling" = "yes" -o "$mno_cygwin" = "yes"; then PATHTYPE='' CYGPATH='echo ' - VPSEP=':' fi if test "${SHARED_BUILD}" = "0" ; then |