[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11
From: |
Peter Rosin |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.2b-15-gee9506e |
Date: |
Wed, 01 Feb 2012 09:39:40 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=ee9506e1041e46200d28c367778c23ff02bc6b9a
The branch, branch-1.11 has been updated
via ee9506e1041e46200d28c367778c23ff02bc6b9a (commit)
from bf95acc6d36aa5e898b8be506322d7d59d211f0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ee9506e1041e46200d28c367778c23ff02bc6b9a
Author: Peter Rosin <address@hidden>
Date: Wed Feb 1 10:27:59 2012 +0100
tests: add AM_PROG_AR to help losing archivers
Without AM_PROG_AR, using Microsoft lib as the archiver causes
testsuite failures.
* tests/extradep.test (configure.in): Add AM_PROG_AR.
* tests/extradep2.test (configure.in): Likewise.
-----------------------------------------------------------------------
Summary of changes:
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
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.2b-15-gee9506e,
Peter Rosin <=