summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-16 22:59:31 -0400
committerColin Walters <walters@verbum.org>2009-08-16 23:01:42 -0400
commit8ceb93d9259042cc29498f26e25fa6577bf28417 (patch)
tree9ad584c1864f6c47e26b2edd6a8c785c7d4ed386 /configure.ac
parent65a36a3bdbc161e9fefe997b07b22bcd4c552c86 (diff)
downloadgobject-introspection-8ceb93d9259042cc29498f26e25fa6577bf28417.tar.gz
Excise shave in favor of automake 1.11 silent rules
Shave is just way too invasive in the build system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e704b7fa..3ac28fc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,9 @@ AC_INIT(gobject-introspection, gi_version,
http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection)
AM_INIT_AUTOMAKE([1.7 -Wno-portability])
AM_MAINTAINER_MODE
+
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
+
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -200,7 +203,6 @@ case "$host" in
esac
AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([Python headers not found]))
-SHAVE_INIT([scripts])
AC_CONFIG_FILES([
Makefile
gir/Makefile
@@ -208,8 +210,6 @@ girepository/Makefile
giscanner/Makefile
giscanner/config.py
m4/Makefile
-scripts/shave
-scripts/shave-libtool
tools/Makefile
tests/Makefile
tests/invoke/Makefile