summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-11-19 06:28:28 (GMT)
committerdas <das@noemail.net>2004-11-19 06:28:28 (GMT)
commitf3bc2a59c1a22978754d3c93741d796f9cc66b4d (patch)
tree8a7b9fc7d04eb0be39469179cd1297ff8414d356 /unix/configure
parentd4b978ae93f6334348331e92ae66afc07d972fe2 (diff)
downloadtcl-f3bc2a59c1a22978754d3c93741d796f9cc66b4d.zip
tcl-f3bc2a59c1a22978754d3c93741d796f9cc66b4d.tar.gz
tcl-f3bc2a59c1a22978754d3c93741d796f9cc66b4d.tar.bz2
* macosx/Makefile:
* unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.57 * unix/tclConfig.h.in: autoheader-2.57 FossilOrigin-Name: 6303b4f776b7d04534dea850bb64a841ef81ffcc
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 6a096fc..3a1b334 100755
--- a/unix/configure
+++ b/unix/configure
@@ -13453,6 +13453,11 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
TCL_BUILD_LIB_SPEC="-F`pwd` -framework Tcl"
TCL_LIB_SPEC="-framework Tcl"
TCL_LIB_FILE="Tcl"
+
+cat >>confdefs.h <<\_ACEOF
+#define TCL_FRAMEWORK 1
+_ACEOF
+)
elif test "$SHARED_BUILD" = "0" || test "$TCL_NEEDS_EXP_FILE" = "0"; then
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TCL_LIB_FLAG="-ltcl${TCL_VERSION}\${TCL_DBGX}"