diff options
author | Tom Hacohen <tom@stosb.com> | 2014-09-02 10:31:29 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-09-02 10:31:29 +0100 |
commit | 4d9b5eccb8ae901bb53461369917d6ba1a4c96fe (patch) | |
tree | c327c3287bc378a0de623b66c07d73b003aaf3b0 /configure.ac | |
parent | 81a1ce2699e5d11c8faac2716b4f59ba863b06cf (diff) |
Configure: Stop using deprecated AC_HELP_STRING.
Use AS_HELP_STRING instead.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 7b9c605a2..b40466cb1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -31,7 +31,7 @@ EFL_INIT | |||
31 | # C++ bindings | 31 | # C++ bindings |
32 | 32 | ||
33 | AC_ARG_ENABLE([cxx-bindings], | 33 | AC_ARG_ENABLE([cxx-bindings], |
34 | [AC_HELP_STRING([--enable-cxx-bindings], | 34 | [AS_HELP_STRING([--enable-cxx-bindings], |
35 | [enable C++11 bindings. @<:@default=disabled@:>@])], | 35 | [enable C++11 bindings. @<:@default=disabled@:>@])], |
36 | [want_cxx11="${enableval}"], | 36 | [want_cxx11="${enableval}"], |
37 | [want_cxx11="no"]) | 37 | [want_cxx11="no"]) |
@@ -47,7 +47,7 @@ AC_ARG_WITH([tests], | |||
47 | # Elementary base dir | 47 | # Elementary base dir |
48 | 48 | ||
49 | AC_ARG_WITH([elementary-base-dir], | 49 | AC_ARG_WITH([elementary-base-dir], |
50 | [AC_HELP_STRING([--with-elementary-base-dir=PATH], [specify the subdirectory for all elementary data @<:@default=${elementary_base_dir}@:>@])], | 50 | [AS_HELP_STRING([--with-elementary-base-dir=PATH], [specify the subdirectory for all elementary data @<:@default=${elementary_base_dir}@:>@])], |
51 | [elementary_base_dir=${withval}], | 51 | [elementary_base_dir=${withval}], |
52 | [elementary_base_dir=".elementary"]) | 52 | [elementary_base_dir=".elementary"]) |
53 | 53 | ||
@@ -67,7 +67,7 @@ EFL_CHECK_INSTALL_EXAMPLES( | |||
67 | # Debug mode | 67 | # Debug mode |
68 | 68 | ||
69 | AC_ARG_ENABLE([debug], | 69 | AC_ARG_ENABLE([debug], |
70 | [AC_HELP_STRING([--enable-debug], [enable elementary debug support. @<:@default=disabled@:>@])], | 70 | [AS_HELP_STRING([--enable-debug], [enable elementary debug support. @<:@default=disabled@:>@])], |
71 | [want_elementary_debug=$enableval], | 71 | [want_elementary_debug=$enableval], |
72 | [want_elementary_debug="no"]) | 72 | [want_elementary_debug="no"]) |
73 | 73 | ||
@@ -81,7 +81,7 @@ AC_SUBST([ELM_DEBUG_DEF]) | |||
81 | # quicklaunch support | 81 | # quicklaunch support |
82 | 82 | ||
83 | AC_ARG_ENABLE([quick-launch], | 83 | AC_ARG_ENABLE([quick-launch], |
84 | [AC_HELP_STRING([--disable-quick-launch], [disable quick-launch support, @<:@default=detect@:>@])], | 84 | [AS_HELP_STRING([--disable-quick-launch], [disable quick-launch support, @<:@default=detect@:>@])], |
85 | [want_quicklaunch=$enableval], | 85 | [want_quicklaunch=$enableval], |
86 | [want_quicklaunch="auto"]) | 86 | [want_quicklaunch="auto"]) |
87 | 87 | ||
@@ -446,7 +446,7 @@ ELM_ELOCATION_DEF="#undef" | |||
446 | have_elementary_elocation="no" | 446 | have_elementary_elocation="no" |
447 | want_elementary_elocation="auto" | 447 | want_elementary_elocation="auto" |
448 | AC_ARG_ENABLE([elocation], | 448 | AC_ARG_ENABLE([elocation], |
449 | [AC_HELP_STRING([--disable-elocation], [disable elocation support. @<:@default=detect@:>@])], | 449 | [AS_HELP_STRING([--disable-elocation], [disable elocation support. @<:@default=detect@:>@])], |
450 | [want_elementary_elocation=$enableval], []) | 450 | [want_elementary_elocation=$enableval], []) |
451 | 451 | ||
452 | if test "x$want_elementary_elocation" != "xno"; then | 452 | if test "x$want_elementary_elocation" != "xno"; then |
@@ -474,7 +474,7 @@ ELM_EWEATHER_DEF="#undef" | |||
474 | have_elementary_eweather="no" | 474 | have_elementary_eweather="no" |
475 | want_elementary_eweather="auto" | 475 | want_elementary_eweather="auto" |
476 | AC_ARG_ENABLE([eweather], | 476 | AC_ARG_ENABLE([eweather], |
477 | [AC_HELP_STRING([--disable-eweather], [disable eweather support. @<:@default=detect@:>@])], | 477 | [AS_HELP_STRING([--disable-eweather], [disable eweather support. @<:@default=detect@:>@])], |
478 | [want_elementary_eweather=$enableval], []) | 478 | [want_elementary_eweather=$enableval], []) |
479 | 479 | ||
480 | if test "x$want_elementary_eweather" != "xno"; then | 480 | if test "x$want_elementary_eweather" != "xno"; then |
@@ -502,7 +502,7 @@ ELM_EMAP_DEF="#undef" | |||
502 | have_elementary_emap="no" | 502 | have_elementary_emap="no" |
503 | want_elementary_emap="auto" | 503 | want_elementary_emap="auto" |
504 | AC_ARG_ENABLE([emap], | 504 | AC_ARG_ENABLE([emap], |
505 | [AC_HELP_STRING([--disable-emap], [disable emap support. @<:@default=detect@:>@])], | 505 | [AS_HELP_STRING([--disable-emap], [disable emap support. @<:@default=detect@:>@])], |
506 | [want_elementary_emap=$enableval], []) | 506 | [want_elementary_emap=$enableval], []) |
507 | 507 | ||
508 | if test "x$want_elementary_emap" != "xno"; then | 508 | if test "x$want_elementary_emap" != "xno"; then |
@@ -532,7 +532,7 @@ elementary_web_backend="detect" | |||
532 | elementary_web="no" | 532 | elementary_web="no" |
533 | want_elementary_web="" | 533 | want_elementary_web="" |
534 | AC_ARG_WITH([elementary-web-backend], | 534 | AC_ARG_WITH([elementary-web-backend], |
535 | [AC_HELP_STRING([--with-elementary-web-backend=@<:@ewebkit2/detect/none@:>@], [Select the WebKit backend for Elementary to support web @<:@default=detect@:>@])], | 535 | [AS_HELP_STRING([--with-elementary-web-backend=@<:@ewebkit2/detect/none@:>@], [Select the WebKit backend for Elementary to support web @<:@default=detect@:>@])], |
536 | [ | 536 | [ |
537 | elementary_web_backend=${withval} | 537 | elementary_web_backend=${withval} |
538 | ], | 538 | ], |