[Pkg-privacy-commits] [libgsecuredelete] 02/12: Fix an Automake warning

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:07:16 UTC 2016


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

u-guest pushed a commit to annotated tag 0.2.1
in repository libgsecuredelete.

commit 802f8eb64c82a65c7430febcf6286329723a51b9
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Jan 16 02:36:21 2014 +0100

    Fix an Automake warning
    
    New Automake versions require a call to AM_PROG_AR when using Libtool,
    but this is a fairly recent macro;  so only call it when available.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 131142e..a5e78b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_SUBST([GSD_LTVERSION])
 
 
 # Checks for programs.
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_PREREQ([2.2.0])
 LT_INIT
 AM_PROG_VALAC([0.14.2])

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



More information about the Pkg-privacy-commits mailing list