diff options
author | Christoph Brill <egore911@egore911.de> | 2009-09-09 20:57:12 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2009-09-09 20:57:12 +0200 |
commit | 583678b8fe540d9a4120e6c93115b4a141888a2e (patch) | |
tree | db444bb3f58eec787965e25a42de4f15e4f386a5 /configure.ac | |
parent | 45851dbfe64ff18f0867846443300e845cdc7e22 (diff) |
Add support for reducing the build process output by using shave
This adds suport for shave (git://git.lespiau.name/shave) which is
capable of reducing the amount of unintresting output from autotools
builds. It was copied over from xf86-video-ati and updated to latest git
of shave. It is still possible to get the usual output by using "make
V=1".
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1184e3b..b877fb0 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE +AC_CONFIG_FILES([shave shave-libtool]) + DRIVER_NAME=synaptics AC_SUBST([DRIVER_NAME]) @@ -122,6 +124,8 @@ AC_HEADER_STDC XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +SHAVE_INIT(.,enable) + AC_OUTPUT([Makefile src/Makefile man/Makefile |