summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 09:17:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 09:17:32 (GMT)
commit8cc43294204e947957e5d02b2886ef3b90f47926 (patch)
tree9953c6a3b2631a77962bd4fbf1b9dee611ff302a
parentf1be55f6de840bd3061fffee0790dbe08a9ebf35 (diff)
downloadtcl-8cc43294204e947957e5d02b2886ef3b90f47926.zip
tcl-8cc43294204e947957e5d02b2886ef3b90f47926.tar.gz
tcl-8cc43294204e947957e5d02b2886ef3b90f47926.tar.bz2
Added note to make it clearer that frameworks are an OSX feature [Bug 619440]
-rw-r--r--ChangeLog5
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4defe10..f3726e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * unix/tcl.m4 (SC_ENABLE_FRAMEWORK): Added note to make it clearer
+ that this is an OSX feature, not a general Unix feature. [Bug 619440]
+
2003-09-28 David Gravereaux <davygrvy@pobox.com>
* win/tclWinPipe.c: The windows port of expect can call
diff --git a/unix/configure b/unix/configure
index 4d01535..b917a44 100755
--- a/unix/configure
+++ b/unix/configure
@@ -32,7 +32,7 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-symbols build with debugging symbols [--disable-symbols]"
ac_help="$ac_help
- --enable-framework package shared libraries in frameworks [--disable-framework]"
+ --enable-framework package shared libraries in MacOSX frameworks [--disable-framework]"
# Initialize some variables set by options.
# The variables have the same names as the options, with
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 87d8fcc..728b03c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -354,7 +354,7 @@ AC_DEFUN(SC_ENABLE_SHARED, [
AC_DEFUN(SC_ENABLE_FRAMEWORK, [
AC_MSG_CHECKING([how to package libraries])
AC_ARG_ENABLE(framework,
- [ --enable-framework package shared libraries in frameworks [--disable-framework]],
+ [ --enable-framework package shared libraries in MacOSX frameworks [--disable-framework]],
[tcl_ok=$enableval], [tcl_ok=no])
if test "${enable_framework+set}" = set; then