From f5eb468f0ca87917488bdd8bdecf9e31fce88945 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 17 Apr 2007 11:17:13 -0700 Subject: Add rules for checking code with sparse/lint/etc. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3