diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-05 17:27:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-06 19:40:19 -0700 |
commit | 6ee61578ddb9f880ef12bbe9c3671d7dd53f2809 (patch) | |
tree | 3837e20e25fed42ac02c2cc51a3076b07a7edf85 /configure.ac | |
parent | d5d960f57834f16164457dab2e80290717dbf2cd (diff) |
Remove shave now that automake-1.11 has AM_SILENT_RULES
Revert "Add shave so that we can see the steaming piles of warnings generated."
This reverts commit 181cc08c8908a119fc403f970dea8cc98d3e0b9b.
shave was left in the xserver 1.7 release/branch to allow developers &
distros time to transition to automake-1.11. xserver 1.8 series will
require automake-1.11 for silencing build noise.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 8395049fc..0221b37b8 100644 --- a/configure.ac +++ b/configure.ac @@ -32,11 +32,6 @@ 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])]) @@ -1993,8 +1988,6 @@ AC_SUBST([prefix]) XORG_MANPAGE_SECTIONS XORG_CHANGELOG -SHAVE_INIT([.], [enable]) - AC_OUTPUT([ Makefile glx/Makefile |