summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
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/tcl.m4
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/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
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