automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: add AM_PROG_AR to help losing archivers


From: Peter Rosin
Subject: [PATCH] tests: add AM_PROG_AR to help losing archivers
Date: Tue, 31 Jan 2012 13:55:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

Hi,

Here's a couple of missing AM_PROG_AR lines, ok for maint?

Cheers,
Peter

>From db73620b148af0bffd2281296a7fab74a59058c9 Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Tue, 31 Jan 2012 13:47:29 +0100
Subject: [PATCH] tests: add AM_PROG_AR to help losing archivers

* tests/extradep.test (configure.in): Add AM_PROG_AR.
* tests/extradep2.test (configure.in): Likewise.
---
 tests/extradep.test  |    1 +
 tests/extradep2.test |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/extradep.test b/tests/extradep.test
index 4cbfda5..cdcb5e8 100755
--- a/tests/extradep.test
+++ b/tests/extradep.test
@@ -23,6 +23,7 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
+AM_PROG_AR
 AC_PROG_RANLIB
 AC_SUBST([deps], [bardep])
 AM_CONDITIONAL([COND], [test -n "$cond"])
diff --git a/tests/extradep2.test b/tests/extradep2.test
index 3d44512..8f3f0cf 100755
--- a/tests/extradep2.test
+++ b/tests/extradep2.test
@@ -23,6 +23,7 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
+AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_SUBST([deps], [bardep])
 AC_OUTPUT
-- 
1.7.5.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]