aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlecoanet2006-10-18 11:57:46 +0000
committerlecoanet2006-10-18 11:57:46 +0000
commitb8ec5181d306d1fb3654108f0df41280b7047ab3 (patch)
tree3bba52f29c34f912b1bdd166adc846710ba04316 /configure.in
parent3bd8f8512cda01bab499fb371263a6ae75ce8d44 (diff)
downloadtkzinc-b8ec5181d306d1fb3654108f0df41280b7047ab3.zip
tkzinc-b8ec5181d306d1fb3654108f0df41280b7047ab3.tar.gz
tkzinc-b8ec5181d306d1fb3654108f0df41280b7047ab3.tar.bz2
tkzinc-b8ec5181d306d1fb3654108f0df41280b7047ab3.tar.xz
More tweakings to adapt to TEA 3.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in21
1 files changed, 7 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index bb6ff17..21e7564 100644
--- a/configure.in
+++ b/configure.in
@@ -196,13 +196,6 @@ AC_DEFINE(USE_TCL_STUBS)
AC_DEFINE(USE_TK_STUBS)
#--------------------------------------------------------------------
-# This macro generates a line to use when building a library. It
-# depends on values set by the TEA_ENABLE_SHARED, TEA_ENABLE_SYMBOLS,
-# and TEA_LOAD_TCLCONFIG macros above.
-#--------------------------------------------------------------------
-TEA_MAKE_LIB
-
-#--------------------------------------------------------------------
# Add platform libs to LIBS or SHLIB_LD_LIBS as necessary.
#--------------------------------------------------------------------
if test "${TEA_PLATFORM}" = "windows" ; then
@@ -215,6 +208,13 @@ fi
#SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -lxxxx"
#--------------------------------------------------------------------
+# This macro generates a line to use when building a library. It
+# depends on values set by the TEA_ENABLE_SHARED, TEA_ENABLE_SYMBOLS,
+# and TEA_LOAD_TCLCONFIG macros above.
+#--------------------------------------------------------------------
+TEA_MAKE_LIB
+
+#--------------------------------------------------------------------
# Find tclsh so that we can run pkg_mkIndex to generate the pkgIndex.tcl
# file during the install process. Don't run the TCLSH_PROG through
# ${CYGPATH} because it's being used directly by make.
@@ -243,13 +243,6 @@ ZINC_ENABLE_GL
#--------------------------------------------------------------------
ZINC_ENABLE_ATC
-#--------------------------------------------------------------------
-# Finally, substitute all of the various values into the Makefile.
-# Add other files needing substitution after Makefile.
-#--------------------------------------------------------------------
-AC_SUBST(aux_BINARIES)
-AC_SUBST(bin_BINARIES)
-
AC_SUBST(TCL_INCLUDE_SPEC)
AC_SUBST(TK_INCLUDE_SPEC)