The default values of yes|no can be confusing combined with the
--enable / --disable switches of autoconf, remove them from the help
message.
Change-Id: I9a85d6d759372d3932c9a8d302d42a468f2e6520
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 1
+#serial 2
# AE_FEATURE_DEFAULT_ENABLE: The next feature defined with AE_FEATURE will
AC_ARG_ENABLE([$1],
AS_HELP_STRING([--ae_feature_default_switch-$1],dnl
- [$2 [default=ae_feature_default_arg]]),[
+ [$2]),[
case "${enableval}" in
yes)
enable_[]FEATURE[]=yes