mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
autoconf: enable silent-rules by default
simplify macro check: use m4_ifdef rather than m4_define_default/AM_SILENT_RULES Change-Id: I1746aaa6b22bd6a8c4804e742e1071165094b150
This commit is contained in:
parent
b7eaa85d6a
commit
4e094ace8c
@ -7,9 +7,7 @@ AC_PROG_LIBTOOL
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
dnl === Enable less verbose output when building.
|
||||
dnl === If an older aclocal exits with an error comment these lines out.
|
||||
m4_define_default([AM_SILENT_RULES], [])
|
||||
AM_SILENT_RULES
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=DIR],
|
||||
[Path to the pkgconfig directory @<:@LIBDIR/pkgconfig@:>@]),
|
||||
|
Loading…
Reference in New Issue
Block a user