summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
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