[gimp/metadata-browser] configure.ac: Replace AC_HELP_STRING deprecated macro



commit 3c23cf808fe7052fe04c9a8724d79f0aecff58e7
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Oct 17 01:51:58 2011 +0100

    configure.ac: Replace AC_HELP_STRING deprecated macro

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f1d5b5b..c9ebe3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1693,7 +1693,7 @@ AM_CONDITIONAL(WITH_PDBGEN, test "x$with_pdbgen" = xyes)
 
 # Pygimp configure stuff ...
 AC_ARG_ENABLE(python,
-  AC_HELP_STRING([--disable-python],
+  AS_HELP_STRING([--disable-python],
                  [do not build the python extension]))
 
 m4_define([pycheck_error], [
@@ -1753,7 +1753,7 @@ AM_CONDITIONAL(BUILD_PYTHON, test "x$enable_python" != xno)
 
 have_script_fu=yes
 AC_ARG_WITH(script-fu,
-  AC_HELP_STRING([--without-script-fu],
+  AS_HELP_STRING([--without-script-fu],
                  [do not build the script-fu extension]))
 
 if test "x$with_script_fu" = "xno"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]