diff options
author | Ingmar Vanhassel <ingmar@exherbo.org> | 2009-12-20 21:04:56 +0100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2009-12-21 06:59:43 +1000 |
commit | 1d620800bd79290967fa487decf798e318c45f25 (patch) | |
tree | f5c658147a7ac70e692d198c54e6af86302ee83b /configure.ac | |
parent | 52f6a2ff682ad1f8e26ef1cd7d380493dcd57752 (diff) |
Replace shave with automake silent-rules
Which are enabled by default in Xorg's util-macros 1.3 if automake-1.11
is used.
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 6b3c4c6c..ce5bf3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -42,8 +42,6 @@ AC_SYS_LARGEFILE AM_MAINTAINER_MODE -AC_CONFIG_FILES([shave shave-libtool]) - # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL @@ -379,8 +377,6 @@ AC_MSG_NOTICE( [Please install that driver as well for rage128-based cards.] ) -SHAVE_INIT(.,enable) - AC_OUTPUT([ Makefile src/Makefile |