[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1423-g821be50 |
Date: |
Mon, 26 Sep 2011 19:41:21 +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=821be501ceee5c76da4fdcb05b91f32162475597
The branch, testsuite-work has been updated
via 821be501ceee5c76da4fdcb05b91f32162475597 (commit)
from b9aa65518268f9760e21e7feb46dedf99ab70b09 (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 821be501ceee5c76da4fdcb05b91f32162475597
Author: Stefano Lattarini <address@hidden>
Date: Mon Sep 26 21:36:11 2011 +0200
tests: fix spurious failure in test on ACLOCAL_PATH precedences
* tests/aclocal-path-precedence.test: Do not merely append to
`configure.in', it should be created from scratch. Pass package
name and version to AC_INIT as arguments, otherwise autoconf will
complain.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/aclocal-path-precedence.test | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1e82614..2178b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-09-26 Stefano Lattarini <address@hidden>
+
+ tests: fix spurious failure in test on ACLOCAL_PATH precedences
+ * tests/aclocal-path-precedence.test: Do not merely append to
+ `configure.in', it should be created from scratch. Pass package
+ name and version to AC_INIT as arguments, otherwise autoconf will
+ complain.
+
2011-09-20 Stefano Lattarini <address@hidden>
docs: remove mention of deprecated option `--acdir'
diff --git a/tests/aclocal-path-precedence.test
b/tests/aclocal-path-precedence.test
index 0378fb2..76ca211 100755
--- a/tests/aclocal-path-precedence.test
+++ b/tests/aclocal-path-precedence.test
@@ -21,8 +21,8 @@ am_create_testdir=empty
set -e
-cat >> configure.in << 'END'
-AC_INIT
+cat > configure.in << 'END'
+AC_INIT([foo], [1.0])
AM_INIT_AUTOMAKE([parallel-tests])
FOO_MACRO
BAR_MACRO
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1423-g821be50,
Stefano Lattarini <=