diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-17 13:01:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-17 13:01:07 -0700 |
commit | e1cb231b31be520b76aeb72acc1af9ff6682fa9d (patch) | |
tree | 8e92db122dbe9d43c28ca41c835bc90eb803a3f6 /configure.ac | |
parent | eda127631001674cd40466fddb5225e618c2a327 (diff) |
Add hooks for checking source code with lint/sparse/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 21ad812..089720f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,9 @@ PKG_CHECK_MODULES(DEP, x11) AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) +dnl Allow checking code with lint, sparse, etc. +XORG_WITH_LINT + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |