m4macros/gsettings.m4: Use AS_HELP_STRING instead the deprecated AC_HELP_STRING
authorJavier Jardón <jjardon@gnome.org>
Mon, 16 May 2011 11:51:59 +0000 (12:51 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 16 May 2011 11:51:59 +0000 (12:51 +0100)
m4macros/gsettings.m4

index 429d04b..7b2f9a2 100644 (file)
@@ -7,7 +7,7 @@ AC_DEFUN([GLIB_GSETTINGS],
 [
   m4_pattern_allow([AM_V_GEN])
   AC_ARG_ENABLE(schemas-compile,
-                AC_HELP_STRING([--disable-schemas-compile],
+                AS_HELP_STRING([--disable-schemas-compile],
                                [Disable regeneration of gschemas.compiled on install]),
                 [case ${enableval} in
                   yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;