[gnome-games] replace obsolete AC_HELP_STRING and AC_PROG_LIBTOOL



commit 9773e4d09447ad50c35afa2de9ef9473fd9020bd
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Mon Jun 20 20:59:29 2011 +0200

    replace obsolete AC_HELP_STRING and AC_PROG_LIBTOOL

 configure.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 9a39f29..c5dcbcf 100644
--- a/configure.in
+++ b/configure.in
@@ -63,7 +63,7 @@ fi
 ## This has a particularly silly name because autoconf doesn't allow 
 ## --disable-foo to have arguments so we have to use an --enable-fubar form.
 AC_ARG_ENABLE(omitgames,
-  AC_HELP_STRING([--enable-omitgames=list],
+  AS_HELP_STRING([--enable-omitgames=list],
     [Don't compile games in the comma separated list. ("all" and "none" are valid)]))
 if test -n "$enable_omitgames"; then
    enable_omitgames=`echo ,"${enable_omitgames}", | sed -e 's/[[	,]][[	,]]*/ /g' -e 's/,$//'`
@@ -218,7 +218,7 @@ fi
 
 AM_PROG_CC_C_O
 
-AC_PROG_LIBTOOL
+LT_INIT
 
 GNOME_COMMON_INIT
 GNOME_DEBUG_CHECK
@@ -808,11 +808,11 @@ if test "$enable_setgid" = "yes"; then
   AC_DEFINE([ENABLE_SETGID],[1],[Define if use of setgid binaries is enabled])
 
   AC_ARG_WITH(scores-group,
-    AC_HELP_STRING([--with-scores-group=group],
+    AS_HELP_STRING([--with-scores-group=group],
       [Group for the high score tables and binaries]),
     scores_group="$withval",scores_group="games")
   AC_ARG_WITH(scores-user,
-    AC_HELP_STRING([--with-scores-user=user],
+    AS_HELP_STRING([--with-scores-user=user],
       [User for the high score tables]),
     scores_user="$withval",scores_user="games")
 fi



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