diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-07 10:39:47 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-07 10:39:47 -0400 |
commit | 5816641fc3a761e00d154c4dea9551a0027a7c63 (patch) | |
tree | 5008269ea8500d473cb7ba650b68e177102b9e66 /configure.in | |
parent | 7faa97b815d7f35ffbbb978e5fef1bd25c420ef5 (diff) | |
download | lynx-snapshots-5816641fc3a761e00d154c4dea9551a0027a7c63.tar.gz |
snapshot of project "lynx", label v2-8-1dev_25
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 1348a472..9516eb67 100644 --- a/configure.in +++ b/configure.in @@ -352,7 +352,7 @@ AC_DEFINE_UNQUOTED(LYNX_CFG_FILE,"$LYNX_CFG_FILE") AC_MSG_RESULT($LYNX_CFG_FILE) AC_MSG_CHECKING(for location of site specific options-file) -LYNX_COMPILE_OPTS=$cf_libdir/lynx_help/lynx_site.txt +LYNX_COMPILE_OPTS=$cf_libdir/lynx_site.txt AC_DEFINE_UNQUOTED(LYNX_COMPILE_OPTS,"$LYNX_COMPILE_OPTS") AC_MSG_RESULT($LYNX_COMPILE_OPTS) @@ -447,14 +447,6 @@ dnl -------------------------------------------------------------------------- CF_HELP_MESSAGE( Miscellaneous Options:) -AC_MSG_CHECKING(if experimental 8-bit case-conversion should be used) -CF_ARG_ENABLE(8bit-toupper, -[ --enable-8bit-toupper use experimental 8-bit case-conversion], - [use_8bit_toupper=$enableval], - [use_8bit_toupper=no]) -AC_MSG_RESULT($use_8bit_toupper) -test $use_8bit_toupper != no && AC_DEFINE(EXP_8BIT_TOUPPER) - AC_MSG_CHECKING(if experimental forms-based options screen should be used) CF_ARG_ENABLE(forms-options, [ --enable-forms-options use experimental forms-based options], @@ -558,6 +550,18 @@ CF_ARG_ENABLE(cgi-links, [AC_DEFINE(LYNXCGI_LINKS)]) AC_MSG_RESULT($enableval) +AC_MSG_CHECKING(if you want exec-links support) +CF_ARG_ENABLE(exec-links, +[ --enable-exec-links support cgi links w/o a http daemon], + [AC_DEFINE(EXEC_LINKS)]) +AC_MSG_RESULT($enableval) + +AC_MSG_CHECKING(if you want exec-scripts support) +CF_ARG_ENABLE(exec-scripts, +[ --enable-exec-scripts support cgi links w/o a http daemon], + [AC_DEFINE(EXEC_SCRIPTS)]) +AC_MSG_RESULT($enableval) + AC_MSG_CHECKING(if you want internal-links feature) CF_ARG_ENABLE(internal-links, [ --enable-internal-links handle following links to same doc differently], |