Date: Wed, 24 Oct 2012 11:51:21 +0200

Found by running `autoupdate`. Manually applied by running the following 
command.

    $ sed -i s,AC_HELP_STRING,AS_HELP_STRING, configure.ac
---
 configure.ac |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index d0a0051..5cb1328 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ LT_INIT
 
 # Vala
 AC_ARG_ENABLE(actions,
-    [AC_HELP_STRING([--disable-actions],
+    [AS_HELP_STRING([--disable-actions],
         [disable custom actions in context menu if you have no decent Vala 
compiler])],
     [enable_actions="${enableval}"],
     [enable_actions=yes]
@@ -74,9 +74,9 @@ IT_PROG_INTLTOOL([0.40.0])
 
 dnl libgtk version
 AC_ARG_WITH(gtk,
-    [AC_HELP_STRING([--with-gtk=VER],
+    [AS_HELP_STRING([--with-gtk=VER],
         [choose Gtk+ version for libfm-gtk build (default=2)])
-     AC_HELP_STRING([--without-gtk],
+     AS_HELP_STRING([--without-gtk],
         [disable libfm-gtk build])],
     [ac_with_gtk="${withval}"],
     [ac_with_gtk=2]
@@ -151,7 +151,7 @@ fi
 #optional features
 
 AC_ARG_ENABLE(udisks,
-    [AC_HELP_STRING([--enable-udisks],
+    [AS_HELP_STRING([--enable-udisks],
         [build libfm with udisks support (Linux only) @<:@default=yes@:>@])],
     [enable_udisks="${enableval}"],
     [enable_udisks=no]
@@ -194,7 +194,7 @@ $EXIF_PKG_ERRORS
 GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
 
 AC_ARG_ENABLE(demo,
-    [AC_HELP_STRING([--enable-demo],
+    [AS_HELP_STRING([--enable-demo],
         [build libfm-demo file manager @<:@default=no@:>@])],
     [enable_demo="${enableval}"],
     [enable_demo=no]
@@ -232,7 +232,7 @@ fi
 AC_SUBST(FMINCLUDEADD)
 
 AC_ARG_ENABLE(debug,
-    [AC_HELP_STRING([--enable-debug],
+    [AS_HELP_STRING([--enable-debug],
         [build libfm with debug support @<:@default=no@:>@])],
     [enable_debug="${enableval}"],
     [enable_debug=no]
-- 
1.7.10.4

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Pcmanfm-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop

Reply via email to