diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-01 15:24:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-01 15:24:15 +0000 |
commit | 1594f13a8e2316dea6b8901140d1bb14d92006c9 (patch) | |
tree | 5f275d2ee8904e2c113e6d37d137e403bc19c090 /app/mkfontscale/configure.ac | |
parent | 373466e47aa854e25e28cd27bfa78d32cdfb13bb (diff) |
mkfontscale 1.0.6
Diffstat (limited to 'app/mkfontscale/configure.ac')
-rw-r--r-- | app/mkfontscale/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/mkfontscale/configure.ac b/app/mkfontscale/configure.ac index 73e8b7cec..16497a0fa 100644 --- a/app/mkfontscale/configure.ac +++ b/app/mkfontscale/configure.ac @@ -43,8 +43,12 @@ 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 if test $host_cpu = sh; then case $host_os in |