diff options
author | hobbs <hobbs> | 2001-10-15 21:16:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-15 21:16:31 (GMT) |
commit | 6215f547b7bcf09febfe15c8c23a3742d407a25b (patch) | |
tree | 50b41138f82bef47533dca3aed4f68828449dd58 /win/tcl.m4 | |
parent | cf2f280c08cae3a18c4d328877f8fbf638de36bf (diff) | |
download | tcl-6215f547b7bcf09febfe15c8c23a3742d407a25b.zip tcl-6215f547b7bcf09febfe15c8c23a3742d407a25b.tar.gz tcl-6215f547b7bcf09febfe15c8c23a3742d407a25b.tar.bz2 |
* unix/configure:
* unix/configure.in:
* win/configure:
* win/configure.in:
* win/tcl.m4: reworked to be a little cleaner in comparison to
each other, and to AC_SUBST even empty vars for win/tclConfig.sh
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -513,6 +513,12 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ LDFLAGS_CONSOLE="-link -subsystem:console ${lflags}" LDFLAGS_WINDOW="-link -subsystem:windows ${lflags}" fi + + # DL_LIBS is empty, but then we match the Unix version + AC_SUBST(DL_LIBS) + AC_SUBST(CFLAGS_DEBUG) + AC_SUBST(CFLAGS_OPTIMIZE) + AC_SUBST(CFLAGS_WARNING) ]) #------------------------------------------------------------------------ |