db_found=no
AC_MSG_CHECKING(for DBI support)
AC_ARG_WITH(dbi,
-[
- --with-dbi@<:@=DIR@:>@ Include DBI support. DIR is the DBD base
- install directory, default is to search through
- a number of common places for the DBI files.],
+AC_HELP_STRING([--with-dbi@<:@=DIR@:>@], [Include DBI support. DIR is the DBD base install directory, default is to search through a number of common places for the DBI files.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
db_prog=no
AC_MSG_CHECKING(for DBI drivers support)
AC_ARG_WITH(dbi-driver,
-[
- --with-dbi-driver@<:@=DRIVER@:>@ Suport for DBI driver. DRIVER is
- the one DBI driver like Mysql, Postgresql, others.
- Default is to not configure any driver.],
+AC_HELP_STRING([--with-dbi-driver@<:@=DRIVER@:>@], [Suport for DBI driver. DRIVER is the one DBI driver like Mysql, Postgresql, others. Default is to not configure any driver.]),
[
if test "$withval" != "no"; then
case $withval in
db_found=no
AC_MSG_CHECKING(for MySQL support)
AC_ARG_WITH(mysql,
-[
- --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_HELP_STRING([--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.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
)
AC_ARG_WITH(embedded-mysql,
-[
- --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_HELP_STRING([--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.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
db_found=no
AC_MSG_CHECKING(for SQLite support)
AC_ARG_WITH(sqlite,
-[
- --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_HELP_STRING([--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.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
db_found=no
AC_MSG_CHECKING(for SQLite3 support)
AC_ARG_WITH(sqlite3,
-[
- --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.],
+AC_HELP_STRING([--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.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
db_found=no
AC_MSG_CHECKING(for PostgreSQL support)
AC_ARG_WITH(postgresql,
-[ --with-postgresql@<:@=DIR@:>@ Include PostgreSQL support. DIR is the PostgreSQL
- base install directory, defaults to /usr/local/pgsql],
+AC_HELP_STRING([--with-postgresql@<:@=DIR@:>@], [Include PostgreSQL support. DIR is the PostgreSQL base install directory, @<:@default=/usr/local/pgsql@:>@]),
[
if test "$withval" != "no"; then
if test "$db_found" = "yes"; 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
- install directory, default is to search through
- a number of common places for the DB files.],
+AC_HELP_STRING([--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.]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
AC_MSG_CHECKING(for mSQL support)
AC_ARG_WITH(msql,
-[ --with-msql@<:@=DIR@:> Include mSQL support. DIR is the mSQL base
- install directory, defaults to /usr/local/Hughes.],
+AC_HELP_STRING([--with-msql@<:@=DIR@:>@], [Include mSQL support. DIR is the mSQL base install directory @<:@default=/usr/local/Hughes@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
AC_MSG_CHECKING(for iODBC support)
AC_ARG_WITH(iodbc,
-[ --with-iodbc@<:@=DIR@:> Include iODBC support. DIR is the iODBC base
- install directory, defaults to /usr/local.],
+AC_HELP_STRING([--with-iodbc@<:@=DIR@:>], [Include iODBC support. DIR is the iODBC base install directory @<:@default=/usr/local@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
AC_MSG_CHECKING(for unixODBC support)
AC_ARG_WITH(unixODBC,
-[ --with-unixODBC@<:@=DIR@:> Include unixODBC support. DIR is the unixODBC base
- install directory, defaults to /usr/local.],
+AC_HELP_STRING([--with-unixODBC@<:@=DIR@:>], [Include unixODBC support. DIR is the unixODBC base install directory @<:@default=/usr/local@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
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.],
+AC_HELP_STRING([--with-solid@<:@=DIR@:>], [Include Solid support. DIR is the Solid base install directory @<:@default=/usr/local@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
AC_MSG_CHECKING(for OpenLink ODBC support)
AC_ARG_WITH(openlink,
-[ --with-openlink@<:@=DIR@:> Include OpenLink ODBC support.
- DIR is the base OpenLink ODBC install directory],
+AC_HELP_STRING([--with-openlink@<:@=DIR@:>], [Include OpenLink ODBC support. DIR is the base OpenLink ODBC install directory]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
AC_MSG_CHECKING(for EasySoft ODBC support)
AC_ARG_WITH(easysoft,
-[ --with-easysoft@<:@=DIR@:> Include EasySoft ODBC support.
- DIR is the base EasySoft ODBC install directory],
+AC_HELP_STRING([--with-easysoft@<:@=DIR@:>], [Include EasySoft ODBC support. DIR is the base EasySoft ODBC install directory]),
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
AC_MSG_CHECKING(for InterBase support)
AC_ARG_WITH(ibase,
-[ --with-ibase@<:@=DIR@:> Include InterBase support. DIR is the InterBase
- install directory, defaults to /usr/interbase.],
+AC_HELP_STRING([--with-ibase@<:@=DIR@:>@], [Include InterBase support. DIR is the InterBase install directory @<:@default=/usr/interbase@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
AC_MSG_CHECKING(for Oracle8 support)
AC_ARG_WITH(oracle8,
-[ --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_HELP_STRING([--with-oracle8@<:@=DIR@:>@], [Include Oracle8 support. DIR is the Oracle home directory @<:@default=$ORACLE_HOME or /oracle8/app/oracle/product/8.0.5@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then
AC_MSG_CHECKING(for Oracle7 support)
AC_ARG_WITH(oracle7,
-[ --with-oracle7@<:@=DIR@:> Include Oracle 7.3 support. DIR is the Oracle
- home directory, defaults to
- ORACLE_HOME [$ORACLE_HOME]],
+AC_HELP_STRING([--with-oracle7@<:@=DIR@:>@], [Include Oracle 7.3 support. DIR is the Oracle home directory @<:@default=$ORACLE_HOME@:>@]),
[
if test "$withval" != "no"; then
if test "$have_db" = "yes"; then