summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
diff options
context:
space:
mode:
authorJulio M. Merino Vidal <jmmv@NetBSD.org>2006-12-01 18:48:22 +0000
committerBenoƮt Dejean <bdejean@src.gnome.org>2006-12-01 18:48:22 +0000
commit3f25ae9b43febf3cfc2f5a34184ff53b2589b857 (patch)
treeb60a9cc904e8f43beb2ec24ecd1964b86154d09b /libgtop-sysdeps.m4
parenta288a086f74f73b66abe0ff4a4da12ec747a7d07 (diff)
downloadlibgtop-3f25ae9b43febf3cfc2f5a34184ff53b2589b857.tar.gz
Use the AS_HELP_STRING macro to format help messages. Fixes bug #337068.
2006-12-19 Julio M. Merino Vidal <jmmv@NetBSD.org> * configure.in: * libgtop-sysdeps.m4: Use the AS_HELP_STRING macro to format help messages. Fixes bug #337068.
Diffstat (limited to 'libgtop-sysdeps.m4')
-rw-r--r--libgtop-sysdeps.m49
1 files changed, 6 insertions, 3 deletions
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index 79338666..3fa48aae 100644
--- a/libgtop-sysdeps.m4
+++ b/libgtop-sysdeps.m4
@@ -18,19 +18,22 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
AC_SUBST(libgtop_need_server)
AC_ARG_WITH(libgtop-examples,
- [ --with-libgtop-examples Build the libgtop examples (default=no)],[
+ AS_HELP_STRING([--with-libgtop-examples],
+ [Build the libgtop examples @<:@default=no@:>@]),[
build_examples="$withval"], [build_examples=no])
AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)
AC_ARG_ENABLE(hacker-mode,
- [ --enable-hacker-mode Enable building of unstable sysdeps],
+ AS_HELP_STRING([--enable-hacker-mode],
+ [Enable building of unstable sysdeps]),
[hacker_mode="$enableval"], [hacker_mode=no])
AM_CONDITIONAL(HACKER_MODE, test x"$hacker_mode" = xyes)
AC_ARG_WITH(libgtop-smp,
- [ --with-libgtop-smp Enable SMP support (default-auto)],[
+ AS_HELP_STRING([--with-libgtop-smp],
+ [Enable SMP support @<:@default-auto@:>@]),[
libgtop_smp="$withval"],[libgtop_smp=auto])
if test $libgtop_smp = auto ; then