[Pkg-telepathy-commits] [libnice] 09/265: build: Add AM_PROG_AR to configure.ac

Simon McVittie smcv at debian.org
Wed May 14 12:04:47 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 1432e9aec3a72c5d88d0a87e6865b19824065c52
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Mon Oct 28 13:30:26 2013 +0000

    build: Add AM_PROG_AR to configure.ac
    
    This shuts up an automake warning about needing it when using a non-POSIX
    archiver.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=70965
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index cf3048e..50683a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
 # Checks for programs.
 
 AC_PROG_CC
+AM_PROG_AR
 AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_LIBTOOL
 

-- 
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