summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-02-22 23:38:53 (GMT)
committernijtmans <nijtmans>2010-02-22 23:38:53 (GMT)
commitfe9ceaeb3f6bc75446211de711e2d0e889df1ea4 (patch)
tree3752864f6e36215ef73589032ae459b20b3459d4 /unix/tcl.m4
parent320524e2cf394d50034e2cbb715958c1545a7673 (diff)
downloadtk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.zip
tk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.tar.gz
tk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.tar.bz2
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
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?])