From b8ec5181d306d1fb3654108f0df41280b7047ab3 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 18 Oct 2006 11:57:46 +0000 Subject: More tweakings to adapt to TEA 3. --- configure.in | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'configure.in') 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) -- cgit v1.1