AC_HELP_STRING is deprecated

SVN revision: 32653
This commit is contained in:
Sebastian Dransfeld 2007-11-13 06:39:04 +00:00
parent 804046bbf2
commit 6624f6c05b
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ AC_DEFINE_UNQUOTED(MODULE_VERSION, "0.1.0", "Module version")
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;
@ -41,7 +41,7 @@ AC_ARG_WITH(edje-cc,
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";