summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d5d5a96)
raw | patch | inline | side by side (parent: d5d5a96)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Oct 2009 17:08:57 +0000 (19:08 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Oct 2009 17:08:57 +0000 (19:08 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ebc231ce86f105756da8e7558b800cda13d13012..58f0946427e252cbb151b7efad99c80f5085fb0e 100644 (file)
--- a/configure.ac
+++ b/configure.ac
return $ret
}
-dnl Optionally stick to standard C99 and POSIX.1 2001 as close as possible.
+m4_divert_once([HELP_ENABLE], [
+Build options:])
+
+dnl Optionally stick to standard C99 and POSIX:2001 as close as possible.
AC_ARG_ENABLE([standards],
AS_HELP_STRING([--enable-standards],
- [enable standards compliance mode @<:@default=no@:>@]),
+ [C99 / POSIX standards compliance mode @<:@default=no@:>@]),
[enable_standards="$enableval"],
[enable_standards="no"])
[Define to enable protection against static sized buffer overflows.])
AC_ARG_ENABLE([hardening],
AS_HELP_STRING([--disable-hardening],
- [disable hardening options @<:@default=yes@:>@]),
+ [hardening options @<:@default=yes@:>@]),
[enable_hardening="$enableval"],
[enable_hardening="yes"])
dnl Strict checking for potential problems.
AC_ARG_ENABLE([strict-checks],
AS_HELP_STRING([--disable-strict-checks],
- [disable strict compiler checks @<:@default=yes@:>@]),
+ [strict compiler checks @<:@default=yes@:>@]),
[enable_strict_checks="$enableval"],
[enable_strict_checks="yes"])