diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-28 04:27:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-28 04:27:00 +0000 |
commit | 9f12e0f3de46976d2046a05829c3bc8d64478c1f (patch) | |
tree | d9c5cb2b3e0f005748d373f5c9697d5a001f03bb | |
parent | 04177353eac2be39f1c570fa8ca330f6b27756c2 (diff) | |
download | enlightenment-9f12e0f3de46976d2046a05829c3bc8d64478c1f.tar.gz enlightenment-9f12e0f3de46976d2046a05829c3bc8d64478c1f.tar.xz enlightenment-9f12e0f3de46976d2046a05829c3bc8d64478c1f.zip |
tweak e module help strings so the mondo list is a bit more compact
SVN revision: 40427
-rw-r--r-- | m4/ac-plugins.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/ac-plugins.m4 b/m4/ac-plugins.m4 index 3cf286efd..82c2e2f83 100644 --- a/m4/ac-plugins.m4 +++ b/m4/ac-plugins.m4 @@ -101,11 +101,9 @@ AC_DEFUN([AC_E_OPTIONAL_MODULE], m4_pushdef([modname_opt], [m4_bpatsubst(m4_tolower([$1]), _, -)]) m4_pushdef([INITVAL], [m4_default([$2], [false])])dnl m4_pushdef([ENABLE_HELP], AS_HELP_STRING([--enable-modname_opt], - [enable optional module modname_opt. Default is disabled.]) - )dnl + [optional module modname_opt @<:@default=disabled@:>@]))dnl m4_pushdef([DISABLE_HELP], AS_HELP_STRING([--disable-modname_opt], - [disable optional module modname_opt. Default is enabled.]) - )dnl + [optional module modname_opt @<:@default=enabled@:>@]))dnl m4_pushdef([HELP_STR], m4_if(INITVAL, [true], [DISABLE_HELP], [ENABLE_HELP]))dnl m4_pushdef([NOT_INITVAL], m4_if(INITVAL, [true], [false], [true]))dnl |