[Pkg-privacy-commits] [pidgin-otr] 211/255: Use AM_PROG_AR if available, it is required by recent autoconf/automake.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:48 UTC 2015


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

infinity0 pushed a commit to branch experimental
in repository pidgin-otr.

commit 86afedf05660f43c374280f244c87651dc9c3765
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Feb 18 13:46:42 2014 +0000

    Use AM_PROG_AR if available, it is required by recent autoconf/automake.
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index f998eb9..7e74a6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ AM_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE([-Wall -Werror])
 
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
 AC_PROG_CC
 
 dnl We do not want to create a .a for the plugin, so disable by default.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git



More information about the Pkg-privacy-commits mailing list