diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-17 19:29:54 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-17 19:29:54 -0800 |
commit | 0d1a2b7970c0eadb834fc2a6c3a68a09691b84ea (patch) | |
tree | 576d7f8dbb228cdc144d01b084b39a83a653a8f5 /configure.ac | |
parent | 3ae585a3f08cb660c6ce6838557c94f88821b7a5 (diff) |
Add hooks for checking sources 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 18d73ae..fc39388 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,9 @@ AC_SUBST(MKFONTSCALE_LIBS) PKG_CHECK_MODULES(X11, xproto) AC_SUBST(X11_CFLAGS) +dnl Allow checking code with lint, sparse, etc. +XORG_WITH_LINT + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHANGELOG |