diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-06 00:54:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-06 00:54:12 -0400 |
commit | aa7067e195c6612fb732055a86ccea8158b17cfd (patch) | |
tree | 5cae83dedc745a09a4c060601e686faf3c85ac94 /configure.in | |
parent | a4a7d3a32615c1ea52c41ff149e291417fa1bdc8 (diff) | |
download | lynx-snapshots-aa7067e195c6612fb732055a86ccea8158b17cfd.tar.gz |
snapshot of project "lynx", label v2-8-2dev_26
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 53a66de7..b4e0b6ac 100644 --- a/configure.in +++ b/configure.in @@ -120,6 +120,7 @@ NLS_DATADIR, [PREFIX/DATADIR], [$prefix/$DATADIRNAME]) +INTLDIR_CPPFLAGS= INTLDIR_MAKE= MSG_DIR_MAKE= SUB_MAKEFILE= @@ -157,6 +158,12 @@ if test -z "$MSG_DIR_MAKE" ; then SUB_MAKEFILE= fi fi + +if test -z "$INTLDIR_MAKE" ; then + INTLDIR_CPPFLAGS='-I$(top_srcdir)/intl' +fi + +AC_SUBST(INTLDIR_CPPFLAGS) AC_SUBST(INTLDIR_MAKE) AC_SUBST(MSG_DIR_MAKE) @@ -478,6 +485,7 @@ AC_CHECK_FUNCS( \ putenv \ readdir \ strerror \ + unsetenv \ waitpid \ ) AC_REPLACE_FUNCS( \ @@ -704,13 +712,13 @@ 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], +[ --enable-exec-links allow lynx to execute programs accessed via a link], [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], +[ --enable-exec-scripts allow lynx to execute programs inferred from a link], [AC_DEFINE(EXEC_SCRIPTS)]) AC_MSG_RESULT($enableval) |