Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        configure.in 


Log Message:
AC_HELP_STRING is deprecated

===================================================================
RCS file: /cvs/e/e_modules/mixer/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        13 Nov 2007 06:20:38 -0000      1.17
+++ configure.in        13 Nov 2007 06:39:03 -0000      1.18
@@ -36,7 +36,7 @@
 
 edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
 AC_ARG_WITH(edje-cc,
-  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
+  AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
   [
     edje_cc=$withval;
     echo "  Enlightenment edje_cc explicitly set to "$edje_cc;
@@ -45,7 +45,7 @@
 AC_SUBST(edje_cc)
 
 AC_ARG_WITH(enlightenment-config,
-  AC_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
+  AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
   [
     E_CONFIG=$withval;
     echo "using "$E_CONFIG" for enlightenment-config";
@@ -65,7 +65,7 @@
 
 dnl Check for Alsa
 AC_ARG_ENABLE(alsa, 
-                   AC_HELP_STRING([--enable-alsa], 
+                   AS_HELP_STRING([--enable-alsa], 
                    [enable support for alsa(default=autodetect)]),
                    [ enable_alsa=$enableval ], [ enable_alsa=default ])
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to