configure: Use automake silent rules

This replaces shave usage.
If silent rules are not available, don't use them.
This commit is contained in:
Benjamin Otte 2010-07-05 00:37:10 +02:00
parent 68bbb6b4a0
commit eb63284fc3

View file

@ -10,6 +10,7 @@ AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR(build)
AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
DOLT dnl Make my libtool fast!