diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-24 19:45:00 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-25 12:28:10 +0100 |
commit | d0146e0d3e3e295b9711ab9681c81d05e3224f93 (patch) | |
tree | b0b9ca340a477e17adf9dedf8d5f3c264ded1bb2 /configure.ac | |
parent | b90ce738c61f084ca4854709cda3103c9ef7eff6 (diff) |
Move from shave to automake 1.11's silent rules system.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index aed9f0e..1351374 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,8 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar]) AM_PROG_LIBTOOL AM_CONFIG_HEADER(config.h) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) + dnl check for tools AC_PROG_CC AC_PROG_CC_STDC @@ -148,8 +150,6 @@ AC_SUBST(WOCKY_CFLAGS) GTK_DOC_CHECK([1.10]) -SHAVE_INIT(.) - AC_OUTPUT( Makefile \ wocky/Makefile \ wocky/wocky-uninstalled.pc \ @@ -158,7 +158,5 @@ AC_OUTPUT( Makefile \ examples/Makefile \ tests/Makefile \ docs/Makefile \ - docs/reference/Makefile \ - shave \ - shave-libtool \ + docs/reference/Makefile ) |