From 66af84609f70b6697aa3b42fc026384541cc05ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 3 Aug 2011 16:24:01 +0100 Subject: build: Use upstream silent rules instead shave --- configure.ac | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7e4d597..c83a15a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,11 +20,13 @@ AC_INIT([ido], [ido_version], [https://bugs.launchpad.net/avani]) AC_CONFIG_SRCDIR([src/libido.h]) -AC_CONFIG_MACRO_DIR([build/autotools]) +AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([1.9 foreign]) +AM_INIT_AUTOMAKE([1.11 foreign]) + +AM_SILENT_RULES([yes]) IDO_MAJOR_VERSION=ido_major_version IDO_MINOR_VERSION=ido_minor_version @@ -116,14 +118,8 @@ GTK_DOC_CHECK([1.8]) dnl =========================================================================== -SHAVE_INIT([build/autotools], [enable]) - AC_CONFIG_FILES([ Makefile - build/Makefile - build/autotools/Makefile - build/autotools/shave-libtool - build/autotools/shave src/Makefile example/Makefile libido.pc -- cgit v1.2.3