[gimp] configure.ac: Replace AC_HELP_STRING deprecated macro
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure.ac: Replace AC_HELP_STRING deprecated macro
- Date: Mon, 17 Oct 2011 01:20:40 +0000 (UTC)
commit 14b3f594f930d2f2de285fa86910bbe9dc02f50b
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 691d3c0..a3ad57d 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]