diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-17 11:17:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-17 11:17:13 -0700 |
commit | f5eb468f0ca87917488bdd8bdecf9e31fce88945 (patch) | |
tree | a896eb1b3b03865d0e6f04e3b8d8027add08336d /configure.ac | |
parent | 2d43b8fa9b21bcf9f5c289ab1afba3e73c42f661 (diff) |
Add rules for checking code with sparse/lint/etc.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 608a5ef..9b0c022 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,9 @@ PKG_CHECK_MODULES(SETXKBMAP, xkbfile x11) AC_SUBST(SETXKBMAP_CFLAGS) AC_SUBST(SETXKBMAP_LIBS) +# Allow checking code with lint, sparse, etc. +XORG_WITH_LINT + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |