Commit 82021a65 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

build: Update AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER

The latter is deprecated.
parent 483a0fcc
...@@ -9,7 +9,7 @@ LIBNICE_RELEASE="no" ...@@ -9,7 +9,7 @@ LIBNICE_RELEASE="no"
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall]) AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
......
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