mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 04:10:20 +01:00
configure: Use automake silent rules
This replaces shave usage. If silent rules are not available, don't use them.
This commit is contained in:
parent
68bbb6b4a0
commit
eb63284fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue