Commit c356453a authored by Youness Alaoui's avatar Youness Alaoui

Cleaner compilation with AM_SILENT_RULES

parent 07185d41
...@@ -41,6 +41,12 @@ LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}" ...@@ -41,6 +41,12 @@ LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
AC_SUBST(LIBNICE_LT_LDFLAGS) AC_SUBST(LIBNICE_LT_LDFLAGS)
dnl use pretty build output with automake >= 1.11
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
[AM_DEFAULT_VERBOSITY=1
AC_SUBST(AM_DEFAULT_VERBOSITY)])
# Checks for programs. # Checks for programs.
AC_PROG_CC AC_PROG_CC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment