summaryrefslogtreecommitdiffstats
path: root/unix
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 /unix
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]
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
2 files changed, 2 insertions, 2 deletions
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