diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 16:24:01 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 16:24:01 +0100 |
commit | 66af84609f70b6697aa3b42fc026384541cc05ce (patch) | |
tree | 70f8af5706c96c0484260ea1149671b43be8eb2b /configure.ac | |
parent | 0b3ce25c4bebb38f0845c0a0e983b3cc91ff13ce (diff) | |
download | ayatana-ido-66af84609f70b6697aa3b42fc026384541cc05ce.tar.gz ayatana-ido-66af84609f70b6697aa3b42fc026384541cc05ce.tar.bz2 ayatana-ido-66af84609f70b6697aa3b42fc026384541cc05ce.zip |
build: Use upstream silent rules instead shave
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 4 insertions, 8 deletions
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 |