diff options
author | nijtmans <nijtmans> | 2010-02-22 23:31:41 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-22 23:31:41 (GMT) |
commit | 718a26fe2a6c218477b2486bcc3d014df7b559fa (patch) | |
tree | e6177ca61b1da75b2580be08eb4087ac9b62e192 /unix/tcl.m4 | |
parent | b3ceb866eec8e0f9dbde55f024efb248732602ca (diff) | |
download | tcl-718a26fe2a6c218477b2486bcc3d014df7b559fa.zip tcl-718a26fe2a6c218477b2486bcc3d014df7b559fa.tar.gz tcl-718a26fe2a6c218477b2486bcc3d014df7b559fa.tar.bz2 |
Remove unnecessary EXTERN's, which already
are in the global stub table.
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tcl in Makefile for CYGWIN
Use EXTERN to control CYGWIN exported symbols
Remove some unnecessary type casts.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a4a18eb..34a06bd 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1090,7 +1090,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ # Step 3: set configuration options based on system name and version. do64bit_ok=no - EXE_SUFFIX="" LDFLAGS_ORIG="$LDFLAGS" # When ld needs options to work in 64-bit mode, put them in # LDFLAGS_ARCH so they eventually end up in LDFLAGS even if [load] @@ -1252,7 +1251,6 @@ dnl AC_CHECK_TOOL(AR, ar) SHLIB_LD='${CC} -shared' SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".dll" - EXE_SUFFIX=".exe" DL_OBJS="tclLoadDl.o" DL_LIBS="-ldl" CC_SEARCH_FLAGS="" @@ -2165,7 +2163,6 @@ dnl # preprocessing tests use only CPPFLAGS. AC_SUBST(SHLIB_LD_LIBS) AC_SUBST(SHLIB_CFLAGS) AC_SUBST(SHLIB_SUFFIX) - AC_SUBST(EXE_SUFFIX) AC_DEFINE_UNQUOTED(TCL_SHLIB_EXT,"${SHLIB_SUFFIX}", [What is the default extension for shared libraries?]) |