[pkg-otr-team] [irssi-plugin-otr] 07/21: Use AM_PROG_AR if available, it is required by recent autoconf/automake.

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:20 UTC 2014


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

holger pushed a commit to annotated tag debian/4.0.0-2
in repository irssi-plugin-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-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list