[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb/drivers
From:       Brad Hards <bradh () frogmouth ! net>
Date:       2004-01-29 10:41:40
Message-ID: 20040129104140.22475990A () office ! kde ! org
[Download RAW message or body]

CVS commit by bhards: 

Use AC_HELP_STRING to line up configure --help entries.


  M +11 -8     configure.in.in   1.7


--- koffice/kexi/kexidb/drivers/configure.in.in  #1.6:1.7
@@ -4,9 +4,10 @@
 dnl ========================================
 
-AC_ARG_ENABLE(mysql, [  --enable-mysql              build MySQL-plugin \
[default=yes]], +AC_ARG_ENABLE(mysql,
+        AC_HELP_STRING([--enable-mysql],[build MySQL-plugin [default=yes]]),
               mysql_plugin=$enableval, mysql_plugin=yes)
 
 AC_ARG_WITH(mysql_includes,
-[  --with-mysql-includes=DIR   use MySQL-includes installed in this directory ],
+AC_HELP_STRING([--with-mysql-includes=DIR],[use MySQL-includes installed in this \
directory]),  [
   ac_mysql_incdir=$withval
@@ -15,5 +16,5 @@
 
 AC_ARG_WITH(mysql_libraries,
-[  --with-mysql-libraries=DIR  use MySQL-libs installed in this directory ],
+AC_HELP_STRING([--with-mysql-libraries=DIR],[use MySQL-libs installed in this \
directory ]),  [
   ac_mysql_libdir=$withval
@@ -66,5 +67,7 @@
 dnl ========================================
 
-AC_ARG_ENABLE(pgsql, [  --enable-pgsql              build PostgreSQL-plugin \
[default=yes] ], pgsql_plugin=$enableval, pgsql_plugin=yes) +AC_ARG_ENABLE(pgsql,
+AC_HELP_STRING([--enable-pgsql],[build PostgreSQL-plugin [default=yes]]),
+ pgsql_plugin=$enableval, pgsql_plugin=yes)
 
 dnl ========================================
@@ -73,5 +76,5 @@
 
 AC_ARG_WITH(pgsqlincdir,
-[  --with-pgsql-includes=DIR   use PostgreSQL(libpq)-includes installed in this \
directory ], +AC_HELP_STRING([--with-pgsql-includes=DIR],[use \
PostgreSQL(libpq)-includes installed in this directory ]),  [
   ac_pgsql_incdir=$withval
@@ -80,5 +83,5 @@
 
 AC_ARG_WITH(pgsqllibdir,
-[  --with-pgsql-libraries=DIR  use PostgreSQL(libpq)-libraries installed in this \
directory ], +AC_HELP_STRING([  --with-pgsql-libraries=DIR],[use \
PostgreSQL(libpq)-libraries installed in this directory ]),  [
   ac_pgsql_libdir=$withval
@@ -91,5 +94,5 @@
 
 AC_ARG_WITH(pqxxsincdir,
-[  --with-pqxx-includes=DIR   use PostgreSQL(libpqxx)-includes installed in this \
directory ], +AC_HELP_STRING([--with-pqxx-includes=DIR],[use \
PostgreSQL(libpqxx)-includes installed in this directory ]),  [
   ac_ppqxx_incdir=$withval
@@ -98,5 +101,5 @@
 
 AC_ARG_WITH(pqxxlibdir,
-[  --with-pqxx-libraries=DIR  use PostgreSQL(libpqxx)-libraries installed in this \
directory ], +AC_HELP_STRING([--with-pqxx-libraries=DIR],[use \
PostgreSQL(libpqxx)-libraries installed in this directory ]),  [
   ac_pqxx_libdir=$withval


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic