Skip to content

Commit

Permalink
Build system: replace "shave" script by AM_SILENT_RULES
Browse files Browse the repository at this point in the history
Use AM_SILENT_RULES in favor of "shave" if automake >= 1.11 is available.
Otherwise, disable silent build.
  • Loading branch information
Grigori Goronzy authored and grigorig committed Jun 26, 2010
1 parent 457b563 commit defb18d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 324 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ACLOCAL_AMFLAGS = -I shave
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = libass.pc.in Changelog

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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], [:])
Expand Down Expand Up @@ -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
Empty file added m4/.gitignore
Empty file.
109 changes: 0 additions & 109 deletions shave/shave-libtool.in

This file was deleted.

109 changes: 0 additions & 109 deletions shave/shave.in

This file was deleted.

102 changes: 0 additions & 102 deletions shave/shave.m4

This file was deleted.

0 comments on commit defb18d

Please sign in to comment.