From defb18da73b40f8ac3f14fbf1e461482f9c9cff3 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 26 Jun 2010 03:04:00 +0200 Subject: Build system: replace "shave" script by AM_SILENT_RULES Use AM_SILENT_RULES in favor of "shave" if automake >= 1.11 is available. Otherwise, disable silent build. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c1f7ab2..4c5dd0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(libass, 0.9.9) AM_INIT_AUTOMAKE -AC_CONFIG_MACRO_DIR([shave]) +AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks define([AC_LIBTOOL_LANG_CXX_CONFIG], [:]) define([AC_LIBTOOL_LANG_F77_CONFIG], [:]) @@ -88,10 +88,10 @@ fi AC_SUBST([PKG_REQUIRES]) # Setup output beautifier. -SHAVE_INIT([shave], [enable]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # More sensible compile flags CFLAGS="$CFLAGS -Wall" -AC_CONFIG_FILES([Makefile libass/Makefile test/Makefile libass.pc shave/shave shave/shave-libtool]) +AC_CONFIG_FILES([Makefile libass/Makefile test/Makefile libass.pc]) AC_OUTPUT -- cgit v1.2.3