diff options
author | Eric Anholt <eric@anholt.net> | 2009-03-13 15:48:40 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-13 16:15:44 -0700 |
commit | d9dbdb325543bd747cd1bfb3e1142ea6daf2b637 (patch) | |
tree | a9b1b7f31a834066615ca376a3809b56a111a184 /configure.ac | |
parent | c3a82106a1a1a94c9e1e465c7dc0d828c1cbf50d (diff) |
Add shave support, enabled by default.
This cuts down build system noise so that warnings are more visible. The
old style output can be reenabled for build system debugging using
"make V=1", or --disable-shave at configure time.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3f6f1b82..88059bfa 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,11 @@ AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE +AC_CONFIG_FILES([ + shave + shave-libtool +]) + # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL @@ -259,6 +264,8 @@ XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC +SHAVE_INIT([.], [enable]) + AC_OUTPUT([ Makefile uxa/Makefile |