[seed] Use AM_SILENT_RULES instead of shave.
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seed] Use AM_SILENT_RULES instead of shave.
- Date: Fri, 21 Aug 2009 12:54:27 +0000 (UTC)
commit 9bc0c696397ff32be36bab9bd81aac6a62f69b80
Author: Xan Lopez <xan gnome org>
Date: Fri Aug 21 14:25:28 2009 +0300
Use AM_SILENT_RULES instead of shave.
When using automake >= 1.11, use AM_SILENT_RULES to make building less
verbose. Can be disabled passing --disable-silent-rules to configure
or V=1 to make.
configure.ac | 7 +--
scripts/shave-libtool.in | 109 ----------------------------------------------
scripts/shave.in | 109 ----------------------------------------------
3 files changed, 3 insertions(+), 222 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 642b8f3..329a74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,9 @@ AM_PROG_CC_C_O
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
+# Use AM_SILENT_RULES if present
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
changequote(,)dnl
ensureflag() {
flag="$1"; shift
@@ -397,7 +400,6 @@ dnl =============================gtk-doc=======================================
GTK_DOC_CHECK(1.9)
dnl =============================Output========================================
-SHAVE_INIT([scripts],[enable])
AC_CONFIG_FILES([
seed.pc
Makefile
@@ -419,9 +421,6 @@ doc/modules/sandbox/Makefile
doc/mapping/mapping.html
-scripts/shave
-scripts/shave-libtool
-
libseed/Makefile
po/Makefile.in
src/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]