|
|
| version 1.11, 2002/02/22 15:17:35 | version 1.12, 2002/02/28 14:59:12 |
|---|---|
| Line 14 ac_default_prefix=/usr/local | Line 14 ac_default_prefix=/usr/local |
| ac_help="$ac_help | ac_help="$ac_help |
| --disable-string-origins to switch off string origin tracking" | --disable-string-origins to switch off string origin tracking" |
| ac_help="$ac_help | ac_help="$ac_help |
| --with-apache13=D D is the Apache13 source distribution directory | |
| builds library for apache_module using that dir | |
| (do not add /src)" | |
| ac_help="$ac_help | |
| --with-pathlink=LKEY put dynamic libraries paths to binary | --with-pathlink=LKEY put dynamic libraries paths to binary |
| using linker key (-R, -rpath-link)" | using linker key (-R, -rpath-link)" |
| ac_help="$ac_help | ac_help="$ac_help |
| Line 29 ac_help="$ac_help | Line 25 ac_help="$ac_help |
| ac_help="$ac_help | ac_help="$ac_help |
| --with-static-xml=D D is the directory where | --with-static-xml=D D is the directory where |
| Gnome XML libraries are installed (static libs)" | Gnome XML libraries are installed (static libs)" |
| ac_help="$ac_help | |
| --with-apache13=D D is the Apache13 source distribution directory | |
| builds library for apache_module using that dir | |
| (do not add /src)" | |
| # Initialize some variables set by options. | # Initialize some variables set by options. |
| # The variables have the same names as the options, with | # The variables have the same names as the options, with |
| Line 785 fi | Line 785 fi |
| P3S=`cd $srcdir ; pwd` | P3S=`cd $srcdir/src ; pwd` |
| PARSER_VERSION=$VERSION | PARSER_VERSION=$VERSION |
| Line 1300 fi | Line 1300 fi |
| fi | fi |
| # Check whether --with-apache13 or --without-apache13 was given. | |
| if test "${with_apache13+set}" = set; then | |
| withval="$with_apache13" | |
| APACHE13=$withval | |
| if test \! -f "$APACHE13/src/include/httpd.h"; then | |
| { echo "configure: error: $APACHE13 does not seem to be valid Apache13 source distribution directory" 1>&2; exit 1; } | |
| fi | |
| fi | |
| if test -n "$APACHE13"; then | |
| COMPILE_APACHE13_MODULE_TRUE= | |
| COMPILE_APACHE13_MODULE_FALSE='#' | |
| else | |
| COMPILE_APACHE13_MODULE_TRUE='#' | |
| COMPILE_APACHE13_MODULE_FALSE= | |
| fi | |
| # Check whether --with-pathlink or --without-pathlink was given. | # Check whether --with-pathlink or --without-pathlink was given. |
| if test "${with_pathlink+set}" = set; then | if test "${with_pathlink+set}" = set; then |
| withval="$with_pathlink" | withval="$with_pathlink" |
| Line 1415 fi | Line 1393 fi |
| # Check whether --with-apache13 or --without-apache13 was given. | |
| if test "${with_apache13+set}" = set; then | |
| withval="$with_apache13" | |
| APACHE13=$withval | |
| if test \! -f "$APACHE13/src/include/httpd.h"; then | |
| { echo "configure: error: $APACHE13 does not seem to be valid Apache13 source distribution directory" 1>&2; exit 1; } | |
| fi | |
| fi | |
| if test -n "$APACHE13"; then | |
| COMPILE_APACHE13_MODULE_TRUE= | |
| COMPILE_APACHE13_MODULE_FALSE='#' | |
| else | |
| COMPILE_APACHE13_MODULE_TRUE='#' | |
| COMPILE_APACHE13_MODULE_FALSE= | |
| fi | |
| # Make sure we can run config.sub. | # Make sure we can run config.sub. |
| if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : |
| Line 3047 s%@SET_MAKE@%$SET_MAKE%g | Line 3047 s%@SET_MAKE@%$SET_MAKE%g |
| s%@P3S@%$P3S%g | s%@P3S@%$P3S%g |
| s%@CC@%$CC%g | s%@CC@%$CC%g |
| s%@CXX@%$CXX%g | s%@CXX@%$CXX%g |
| s%@XML_INCLUDES@%$XML_INCLUDES%g | |
| s%@XML_LIBS@%$XML_LIBS%g | |
| s%@APACHE13@%$APACHE13%g | s%@APACHE13@%$APACHE13%g |
| s%@COMPILE_APACHE13_MODULE_TRUE@%$COMPILE_APACHE13_MODULE_TRUE%g | s%@COMPILE_APACHE13_MODULE_TRUE@%$COMPILE_APACHE13_MODULE_TRUE%g |
| s%@COMPILE_APACHE13_MODULE_FALSE@%$COMPILE_APACHE13_MODULE_FALSE%g | s%@COMPILE_APACHE13_MODULE_FALSE@%$COMPILE_APACHE13_MODULE_FALSE%g |
| s%@XML_INCLUDES@%$XML_INCLUDES%g | |
| s%@XML_LIBS@%$XML_LIBS%g | |
| s%@host@%$host%g | s%@host@%$host%g |
| s%@host_alias@%$host_alias%g | s%@host_alias@%$host_alias%g |
| s%@host_cpu@%$host_cpu%g | s%@host_cpu@%$host_cpu%g |