AC_MSG_CHECKING(for MySQL support)
AC_ARG_WITH(mysql,
[
- --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
+ --with-mysql@<:@=DIR@:>@ Include MySQL support. DIR is the MySQL base
install directory, default is to search through
a number of common places for the MySQL files.],
[
AC_ARG_WITH(embedded-mysql,
[
- --with-embedded-mysql[=DIR] Include MySQL support. DIR is the MySQL base
+ --with-embedded-mysql@<:@=DIR@:>@ Include MySQL support. DIR is the MySQL base
install directory, default is to search through
a number of common places for the MySQL files.],
[
AC_MSG_CHECKING(for SQLite support)
AC_ARG_WITH(sqlite,
[
- --with-sqlite[=DIR] Include SQLite support. DIR is the SQLite base
+ --with-sqlite@<:@=DIR@:>@ Include SQLite support. DIR is the SQLite base
install directory, default is to search through
a number of common places for the SQLite files.],
[
AC_MSG_CHECKING(for SQLite3 support)
AC_ARG_WITH(sqlite3,
[
- --with-sqlite3[=DIR] Include SQLite3 support. DIR is the SQLite3 base
+ --with-sqlite3@<:@=DIR@:>@ Include SQLite3 support. DIR is the SQLite3 base
install directory, default is to search through
a number of common places for the SQLite3 files.],
[
db_found=no
AC_MSG_CHECKING(for PostgreSQL support)
AC_ARG_WITH(postgresql,
-[ --with-postgresql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
+[ --with-postgresql@<:@=DIR@:>@ Include PostgreSQL support. DIR is the PostgreSQL
base install directory, defaults to /usr/local/pgsql],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for Berkeley DB support)
AC_ARG_WITH(berkeleydb,
[
- --with-berkeleydb[=DIR] Include Berkeley DB support. DIR is the Berkeley DB base
+ --with-berkeleydb@<:@=DIR@:>@ Include Berkeley DB support. DIR is the Berkeley DB base
install directory, default is to search through
a number of common places for the DB files.],
[
AC_MSG_CHECKING(for mSQL support)
AC_ARG_WITH(msql,
-[ --with-msql[=DIR] Include mSQL support. DIR is the mSQL base
+[ --with-msql@<:@=DIR@:> Include mSQL support. DIR is the mSQL base
install directory, defaults to /usr/local/Hughes.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for iODBC support)
AC_ARG_WITH(iodbc,
-[ --with-iodbc[=DIR] Include iODBC support. DIR is the iODBC base
+[ --with-iodbc@<:@=DIR@:> Include iODBC support. DIR is the iODBC base
install directory, defaults to /usr/local.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for unixODBC support)
AC_ARG_WITH(unixODBC,
-[ --with-unixODBC[=DIR] Include unixODBC support. DIR is the unixODBC base
+[ --with-unixODBC@<:@=DIR@:> Include unixODBC support. DIR is the unixODBC base
install directory, defaults to /usr/local.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for Solid support)
AC_ARG_WITH(solid,
-[ --with-solid[=DIR] Include Solid support. DIR is the Solid base
+[ --with-solid@<:@=DIR@:> Include Solid support. DIR is the Solid base
install directory, defaults to /usr/local.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for OpenLink ODBC support)
AC_ARG_WITH(openlink,
-[ --with-openlink[=DIR] Include OpenLink ODBC support.
+[ --with-openlink@<:@=DIR@:> Include OpenLink ODBC support.
DIR is the base OpenLink ODBC install directory],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for EasySoft ODBC support)
AC_ARG_WITH(easysoft,
-[ --with-easysoft[=DIR] Include EasySoft ODBC support.
+[ --with-easysoft@<:@=DIR@:> Include EasySoft ODBC support.
DIR is the base EasySoft ODBC install directory],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for InterBase support)
AC_ARG_WITH(ibase,
-[ --with-ibase[=DIR] Include InterBase support. DIR is the InterBase
+[ --with-ibase@<:@=DIR@:> Include InterBase support. DIR is the InterBase
install directory, defaults to /usr/interbase.],
[
if test "$withval" != "no"; then
AC_MSG_CHECKING(for Oracle8 support)
AC_ARG_WITH(oracle8,
-[ --with-oracle8[=DIR] Include Oracle8 support. DIR is the Oracle
+[ --with-oracle8@<:@=DIR@:> Include Oracle8 support. DIR is the Oracle
home directory, defaults to $ORACLE_HOME or
/oracle8/app/oracle/product/8.0.5.],
[
AC_MSG_CHECKING(for Oracle7 support)
AC_ARG_WITH(oracle7,
-[ --with-oracle7[=DIR] Include Oracle 7.3 support. DIR is the Oracle
+[ --with-oracle7@<:@=DIR@:> Include Oracle 7.3 support. DIR is the Oracle
home directory, defaults to
ORACLE_HOME [$ORACLE_HOME]],
[
--with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
--without-libintl-prefix don't search for libintl in includedir and libdir
--with-included-gettext use the GNU gettext library included here
- --with-readline=DIR specify readline library directory
+ --with-readline[=DIR] specify readline library directory
- --with-python=DIR Include Python support. DIR is the Python base
+ --with-python[=DIR] Include Python support. DIR is the Python base
install directory, default is to search through
a number of common places for the Python files.
- --with-tcp-wrappers=DIR enable tcpwrappers support
+ --with-tcp-wrappers[=DIR] enable tcpwrappers support
--with-openssl[=DIR] Include OpenSSL support. DIR is the OpenSSL base
--with-working-dir=PATH specify path of Bacula working directory
--with-scriptdir=PATH specify path of Bacula scripts directory
--with-fd-user=USER specify user for File daemon
--with-fd-group=GROUP specify group for File daemon
--with-sbin-perm=MODE specify permissions for sbin binaries (0754)
- --with-postgresql=DIR Include PostgreSQL support. DIR is the PostgreSQL
+ --with-postgresql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
base install directory, defaults to /usr/local/pgsql
- --with-mysql=DIR Include MySQL support. DIR is the MySQL base
+ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
install directory, default is to search through
a number of common places for the MySQL files.
- --with-embedded-mysql=DIR Include MySQL support. DIR is the MySQL base
+ --with-embedded-mysql[=DIR] Include MySQL support. DIR is the MySQL base
install directory, default is to search through
a number of common places for the MySQL files.
- --with-sqlite3=DIR Include SQLite3 support. DIR is the SQLite3 base
+ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the SQLite3 base
install directory, default is to search through
a number of common places for the SQLite3 files.
- --with-sqlite=DIR Include SQLite support. DIR is the SQLite base
+ --with-sqlite[=DIR] Include SQLite support. DIR is the SQLite base
install directory, default is to search through
a number of common places for the SQLite files.
--with-x use the X Window System