From 8cc43294204e947957e5d02b2886ef3b90f47926 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 29 Sep 2003 09:17:32 +0000 Subject: Added note to make it clearer that frameworks are an OSX feature [Bug 619440] --- ChangeLog | 5 +++++ unix/configure | 2 +- unix/tcl.m4 | 2 +- 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 + + * 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 * 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 -- cgit v0.12