AC_MSG_CHECKING(whether to include DOM support)
AC_ARG_WITH(dom,
-[ --with-dom[=DIR] Include DOM support (requires libxml >= 1.0).
+[ --with-dom[=DIR] Include DOM support (requires libxml >= 1.0).
DIR is the libxml install directory,
defaults to /usr.],
[
AC_MSG_CHECKING(for Solid support)
AC_ARG_WITH(solid,
[ --with-solid[=DIR] Include Solid support. DIR is the Solid base
- install directory, defaults to /usr/local/solid],
+ install directory, defaults to /usr/local/solid],
[
if test "$withval" = "yes"; then
withval=/usr/local/solid
[ --with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
install directory, defaults to where the latest
version of DBMaker is installed (such as
- /home/dbmaker/3.6).
-],
+ /home/dbmaker/3.6).],
[
if test "$withval" = "yes"; then
# find dbmaker's home directory
])
AC_ARG_WITH(png-dir,
- [ --with-png-dir[=DIR] png dir for pdflib 3.x],[
+ [ --with-png-dir[=DIR] png dir for pdflib 3.x],[
if test -z $withval; then
withval="/usr/local"
fi
AC_MSG_CHECKING(for readline support)
AC_ARG_WITH(readline,
-[ --with-readline[=DIR] Include readline support. DIR is the readline
+[ --with-readline[=DIR] Include readline support. DIR is the readline
install directory.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for recode support)
AC_ARG_WITH(recode,
-[ --with-recode[=DIR] Include recode support. DIR is the recode
- install directory.],
+[ --with-recode[=DIR] Include recode support. DIR is the recode install
+ directory.],
[
if test "$withval" != "no"; then
RECODE_LIST="$withval /usr /usr/local /opt"
AC_MSG_CHECKING(for Apache module support via DSO through APXS)
AC_ARG_WITH(apxs,
-[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional
- pathname to the Apache apxs tool; defaults to "apxs".],
-[
+[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional
+ pathname to the Apache apxs tool; defaults to "apxs".],[
if test "$withval" = "yes"; then
APXS=apxs
else
if test "$PHP_SAPI" != "apache"; then
AC_MSG_CHECKING(for Apache module support)
AC_ARG_WITH(apache,
-[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache
- build directory, defaults to /usr/local/etc/httpd.],
-[
+[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache
+ build directory, defaults to /usr/local/etc/httpd.],[
if test "$withval" = "yes"; then
# Apache's default directory
withval=/usr/local/apache