summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-04 16:08:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-04 16:08:21 (GMT)
commit7f649ad0bb5cffdd357e0d3e9f0d6c15d69e6722 (patch)
treedfb791e3e63cd158ecd61bb0e02bc0e237a68c8d /unix/configure
parent492b608293cd42e24cfcf4200355b723bb0c2833 (diff)
parent43d41237ebb58132c881b9cb46aff91b825b7517 (diff)
downloadtcl-7f649ad0bb5cffdd357e0d3e9f0d6c15d69e6722.zip
tcl-7f649ad0bb5cffdd357e0d3e9f0d6c15d69e6722.tar.gz
tcl-7f649ad0bb5cffdd357e0d3e9f0d6c15d69e6722.tar.bz2
merge core-8-4-branch
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure16
1 files changed, 8 insertions, 8 deletions
diff --git a/unix/configure b/unix/configure
index 8d7b7f7..c85dada 100755
--- a/unix/configure
+++ b/unix/configure
@@ -12,18 +12,18 @@ ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_help="$ac_help
- --enable-man-symlinks use symlinks for the manpages"
+ --enable-man-symlinks use symlinks for the manpages (default: off)"
ac_help="$ac_help
--enable-man-compression=PROG
- compress the manpages with PROG"
+ compress the manpages with PROG (default: off)"
ac_help="$ac_help
--enable-man-suffix=STRING
use STRING as a suffix to manpage file names
(default: tcl)"
ac_help="$ac_help
- --enable-threads build with threads"
+ --enable-threads build with threads (default: off)"
ac_help="$ac_help
- --enable-shared build and link with shared libraries [--enable-shared]"
+ --enable-shared build and link with shared libraries (default: on)"
ac_help="$ac_help
--enable-64bit enable 64bit support (where applicable)"
ac_help="$ac_help
@@ -35,14 +35,14 @@ ac_help="$ac_help
ac_help="$ac_help
--disable-load disallow dynamic loading and "load" command"
ac_help="$ac_help
- --enable-symbols build with debugging symbols [--disable-symbols]"
+ --enable-symbols build with debugging symbols (default: off)"
ac_help="$ac_help
--enable-langinfo use nl_langinfo if possible to determine
- encoding at startup, otherwise use old heuristic"
+ encoding at startup, otherwise use old heuristic (default: on)"
ac_help="$ac_help
--enable-dtrace build with DTrace support [--disable-dtrace]"
ac_help="$ac_help
- --enable-framework package shared libraries in MacOSX frameworks [--disable-framework]"
+ --enable-framework package shared libraries in MacOSX frameworks (default: off)"
# Initialize some variables set by options.
# The variables have the same names as the options, with
@@ -1884,7 +1884,7 @@ EOF
echo "$ac_t""yes" 1>&6
fi
else
- echo "$ac_t""no" 1>&6
+ echo "$ac_t""no (default)" 1>&6
fi