gtranslator r3709 - trunk
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3709 - trunk
- Date: Mon, 22 Sep 2008 09:44:11 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:44:11 2008
New Revision: 3709
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3709&view=rev
Log:
2008-08-22 Ignacio Casal Quinteiro <nacho resa gmail com>
* configure.ac:
Added some AC_HELP_STRING to subversion detection, patch by
Mikel Olasagasti.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 22 09:44:11 2008
@@ -261,7 +261,7 @@
AC_MSG_CHECKING(for Subversion svn-config)
AC_ARG_WITH(subversion-dir,
- [ --with-subversion-dir=DIR where Subversion is installed ],
+ AC_HELP_STRING([--with-subversion-dir=DIR],[where Subversion is installed]),
[
SVNCONFIG="$withval/bin/svn-config"
])
@@ -285,7 +285,7 @@
dnl just a fallback to debian's config so that it works for me :)
AC_ARG_WITH(svn-include,
- [[ --with-svn-include=DIR Use the given path to the subversion headers.]],
+ AC_HELP_STRING([--with-svn-include=DIR],[Use the given path to the subversion headers.]),
[
if test "$withval" != "yes" -a "$withval" != ""; then
SVN_INCLUDES=$withval
@@ -313,7 +313,7 @@
fi
SVN_LIBS="/usr/local/lib /usr/lib"
AC_ARG_WITH(svn-lib,
- [[ --with-svn-lib=DIR Use the given path to the subversion libraries.]],
+ AC_HELP_STRING([--with-svn-lib=DIR],[Use the given path to the subversion libraries.]),
[
if test "$withval" != "yes" -a "$withval" != ""; then
SVN_LIBS=$withval
@@ -340,7 +340,7 @@
dnl ******************************************************************
AC_ARG_ENABLE(plugin-subversion,
- [ --disable-plugin-subversion Disable subversion support in GTranslator.],
+ AC_HELP_STRING([--disable-plugin-subversion],[Disable subversion support in GTranslator.]),
[ if test "$enableval" = "no"; then
user_disabled_subversion=1
fi ],
@@ -362,8 +362,7 @@
APR_CONFIGS="apr-config /usr/local/apr/bin/apr-config/ apr-1-config "
AC_ARG_WITH(apr-config,
- [[ --with-apr-config=FILE Use the given path to apr-config when determining
- APR configuration; defaults to "apr-config"]],
+ AC_HELP_STRING([--with-apr-config=FILE],[Use the given path to apr-config when determining APR configuration; defaults to "apr-config"]),
[
if test "$withval" != "yes" -a "$withval" != ""; then
APR_CONFIGS=$withval
@@ -394,8 +393,7 @@
APU_CONFIGS="apu-config /usr/local/apr/bin/apu-config apu-1-config"
AC_ARG_WITH(apu-config,
- [[ --with-apu-config=FILE Use the given path to apu-config when determining
- APR util configuration; defaults to "apu-config"]],
+ AC_HELP_STRING([--with-apu-config=FILE],[Use the given path to apu-config when determining APR util configuration; defaults to "apu-config"]),
[
if test "$withval" != "yes" -a "$withval" != ""; then
APU_CONFIGS=$withval
@@ -428,8 +426,7 @@
NEON_CONFIGS="neon-config"
AC_ARG_WITH(neon-config,
- [[ --with-neon-config=FILE Use the given path to neon-config when determining
- Neon configuration; defaults to "neon-config"]],
+ AC_HELP_STRING([--with-neon-config=FILE],[Use the given path to neon-config when determining Neon configuration; defaults to "neon-config"]),
[
if test "$withval" != "yes" -a "$withval" != ""; then
NEON_CONFIGS=$withval
@@ -475,7 +472,7 @@
dnl Enable debug builds.
dnl -------------------------------------------------------------------
AC_ARG_ENABLE(debug,
- [ --enable-debug Turn on debugging flags (default=yes)],
+ AC_HELP_STRING([--enable-debug],[Turn on debugging flags (default=yes)]),
,enable_debug=yes)
AC_MSG_CHECKING([if a debug friendly version should be build])
if test "x$enable_debug" = "xyes" ; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]