Commit 3a5189fe authored by Olivier Crête's avatar Olivier Crête

Require automake 1.12

We use macros from 1.12 anyway.
parent 18e5dff4
...@@ -12,7 +12,7 @@ AC_CANONICAL_TARGET ...@@ -12,7 +12,7 @@ AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall]) AM_INIT_AUTOMAKE([1.12 -Wall])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
...@@ -46,11 +46,8 @@ LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} ...@@ -46,11 +46,8 @@ LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined" LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS) AC_SUBST(LIBNICE_LT_LDFLAGS)
dnl use pretty build output
dnl use pretty build output with automake >= 1.11 AM_SILENT_RULES([yes])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
[AM_DEFAULT_VERBOSITY=1
AC_SUBST(AM_DEFAULT_VERBOSITY)])
# Checks for programs. # Checks for programs.
......
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