diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-08 14:17:40 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-14 10:35:44 -0400 |
commit | 181cc08c8908a119fc403f970dea8cc98d3e0b9b (patch) | |
tree | c0415b1e33715c5282e0464dd7628e048076befe /configure.ac | |
parent | 4474c200a102feda72f9572a96cb588009aa0147 (diff) |
Add shave so that we can see the steaming piles of warnings generated.
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 c5084f056..033173032 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,11 @@ AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE +AC_CONFIG_FILES([ + shave + shave-libtool +]) + # Require xorg-macros version 1.2.0 or newer for XORG_CHANGELOG and # XORG_CWARNFLAGS m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) @@ -1878,6 +1883,8 @@ AC_SUBST([prefix]) XORG_MANPAGE_SECTIONS XORG_CHANGELOG +SHAVE_INIT([.], [enable]) + AC_OUTPUT([ Makefile glx/Makefile |