diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 22:39:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 22:39:16 (GMT) |
commit | 0d435ca01df07d055e04b8dcd1e3864438bb6d06 (patch) | |
tree | 1154ad35e317444001151cae92bc536aa845d49e /win | |
parent | 830b7864006fbd3ee3ac120aa17bf2416483a08d (diff) | |
parent | 3c3496770b84df1308f6cbd90ced02d636cedc04 (diff) | |
download | tcl-0d435ca01df07d055e04b8dcd1e3864438bb6d06.zip tcl-0d435ca01df07d055e04b8dcd1e3864438bb6d06.tar.gz tcl-0d435ca01df07d055e04b8dcd1e3864438bb6d06.tar.bz2 |
autoconf-2.59
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure index fed0959..dcaef24 100755 --- a/win/configure +++ b/win/configure @@ -840,18 +840,18 @@ if test -n "$ac_init_help"; then Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-threads build with threads - --enable-shared build and link with shared libraries --enable-shared + --enable-threads build with threads (default: off) + --enable-shared build and link with shared libraries (default: on) --enable-64bit enable 64bit support (where applicable) --enable-wince enable Win/CE support (where applicable) - --enable-symbols build with debugging symbols --disable-symbols + --enable-symbols build with debugging symbols (default: off) --enable-embedded-manifest embed manifest if possible (default: yes) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-encoding encoding for configuration values + --with-encoding encoding for configuration values --with-celib=DIR use Windows/CE support library from DIR Some influential environment variables: |