[Pkg-telepathy-commits] [libnice] 17/265: build: Update AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER

Simon McVittie smcv at debian.org
Wed May 14 12:04:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 82021a6593db4e36fc78320af6cae12c0ab769e6
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Thu Dec 12 11:58:54 2013 +0000

    build: Update AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER
    
    The latter is deprecated.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 35e4bc0..115b57f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ LIBNICE_RELEASE="no"
 AC_CANONICAL_TARGET
 
 AC_CONFIG_SRCDIR([agent/agent.c])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([-Wall])
 
 AC_CONFIG_FILES([

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list