summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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