[bijiben] build: Use AS_HELP_STRING instead of AC_HELP_STRING



commit abe9205e1308cdba3aa1140482f1ee1596a9ed2a
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Feb 20 14:05:11 2016 +0000

    build: Use AS_HELP_STRING instead of AC_HELP_STRING
    
    AC_HELP_STRING has been deprecated for a long time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762648

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fe9880a..69b4667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,8 +38,8 @@ IT_PROG_INTLTOOL([0.50.1])
 AC_PATH_PROG(UPDATE_MIME_DATABASE, update-mime-database, no)
 
 AC_ARG_ENABLE(update-mimedb,
-   AC_HELP_STRING([--disable-update-mimedb],
-                   [disable the update-mime-database after install [default=no]]),,
+   AS_HELP_STRING([--disable-update-mimedb],
+                  [disable the update-mime-database after install [default=no]]),,
     enable_update_mimedb=yes)
 AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, (test x$enable_update_mimedb = xyes) && (test x$UPDATE_MIME_DATABASE != 
xno))
 


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