[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-6-gf4
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-6-gf4954f5 |
Date: |
Fri, 03 Apr 2009 05:22:35 +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=f4954f569194d0218ffa37fd5937b08bbd6db7d5
The branch, next has been updated
via f4954f569194d0218ffa37fd5937b08bbd6db7d5 (commit)
from 371b586076414c1cafce4c66ca80fa7fac313aa0 (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 f4954f569194d0218ffa37fd5937b08bbd6db7d5
Author: Andreas Schwab <address@hidden>
Date: Fri Apr 3 07:20:53 2009 +0200
Fix instdir-java.test failure.
* tests/instdir-java.test: Don't require gcj. Skip if javac is
not available.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/instdir-java.test | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 72809f8..ff1cc4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-03 Andreas Schwab <address@hidden>
+
+ * tests/instdir-java.test: Don't require gcj. Skip if javac is
+ not available.
+
2009-04-01 Ralf Wildenhues <address@hidden>
Fix testsuite failures due to nonexistent `dirlist' entries.
diff --git a/tests/instdir-java.test b/tests/instdir-java.test
index 54826c8..186871c 100755
--- a/tests/instdir-java.test
+++ b/tests/instdir-java.test
@@ -16,12 +16,13 @@
# If $(javadir) is the empty string, then nothing should be installed there.
-required=gcj
. ./defs || Exit 1
set -e
cat >>configure.in <<'END'
+AC_CHECK_PROG([HAS_JAVAC], [javac], [:], [exit])
+($HAS_JAVAC 77); $HAS_JAVAC 77
AC_OUTPUT
END
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-6-gf4954f5,
Ralf Wildenhues <=