diff --git a/configure.ac b/configure.ac index 039ea12..d259f48 100644 --- a/configure.ac +++ b/configure.ac @@ -13,8 +13,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Check for tests and coverage AC_ARG_WITH([tests], - [AS_HELP_STRING([--with-tests=none|regular|coverage], - [choose testing method: regular, coverage or none. + [AS_HELP_STRING([--with-tests=none|tests|coverage], + [choose testing method: tests, coverage or none. @<:@default=auto@:>@])], [build_tests=${withval}], [build_tests=auto]) diff --git a/data/extra/skeleton/eflproject/configure.ac b/data/extra/skeleton/eflproject/configure.ac index 8c4b311..d4dfa11 100644 --- a/data/extra/skeleton/eflproject/configure.ac +++ b/data/extra/skeleton/eflproject/configure.ac @@ -39,9 +39,9 @@ PKG_CHECK_MODULES([EFL], # Check for tests and coverage AC_ARG_WITH([tests], - [AC_HELP_STRING([--with-tests=none|regular|coverage], - [choose testing method: regular, coverage or none. - @<:@default=none@:>@])], + [AC_HELP_STRING([--with-tests=none|tests|coverage], + [choose testing method: tests, coverage or none. + @<:@default=auto@:>@])], [build_tests=${withval}], [build_tests=auto])