[network-manager-vpnc/NETWORKMANAGER_0_7] Replace obsolete AC_HELP_STRING with AS_HELP_STRING
- From: Michael Biebl <mbiebl src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-vpnc/NETWORKMANAGER_0_7] Replace obsolete AC_HELP_STRING with AS_HELP_STRING
- Date: Thu, 30 Apr 2009 06:59:31 -0400 (EDT)
commit 5b2ba1f06bdf366cccb336f37d59a01821cc3a54
Author: Michael Biebl <biebl debian org>
Date: Tue Apr 21 00:50:58 2009 +0200
Replace obsolete AC_HELP_STRING with AS_HELP_STRING
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index f016cc3..2f9bd40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_CHECK_FUNCS(select socket uname)
dnl
dnl GNOME support
dnl
-AC_ARG_WITH(gnome, AC_HELP_STRING([--without-gnome], [Build NetworkManager-vpnc without GNOME support, e.g. vpn service only]))
+AC_ARG_WITH(gnome, AS_HELP_STRING([--without-gnome], [Build NetworkManager-vpnc without GNOME support, e.g. vpn service only]))
AM_CONDITIONAL(WITH_GNOME, test x"$with_gnome" != xno)
GETTEXT_PACKAGE=NetworkManager-vpnc
@@ -83,7 +83,7 @@ AC_SUBST(NM_UTILS_CFLAGS)
AC_SUBST(NM_UTILS_LIBS)
AC_ARG_ENABLE(more-warnings,
-AC_HELP_STRING([--enable-more-warnings], [Maximum compiler warnings]),
+AS_HELP_STRING([--enable-more-warnings], [Maximum compiler warnings]),
set_more_warnings="$enableval",[
if test -d "$srcdir/{arch}" || test -d "$srcdir/CVS"; then
set_more_warnings=yes
@@ -118,7 +118,7 @@ fi
dnl
dnl Tests
dnl
-AC_ARG_WITH(tests, AC_HELP_STRING([--with-tests], [Build NetworkManager tests]))
+AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build NetworkManager tests]))
AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
case $with_tests in
yes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]