automake-patches
[Top][All Lists]
Advanced

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

Fix instdir-java.test failure


From: Andreas Schwab
Subject: Fix instdir-java.test failure
Date: Wed, 01 Apr 2009 16:42:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

The instdir-java.test says it requires gcj when in fact it requires
javac.

Andreas.

2009-04-01  Andreas Schwab  <address@hidden>

        * tests/instdir-java.test (required): Require javac, not gcj.

diff --git a/tests/instdir-java.test b/tests/instdir-java.test
index 54826c8..29fcc1d 100755
--- a/tests/instdir-java.test
+++ b/tests/instdir-java.test
@@ -16,7 +16,7 @@
 
 # If $(javadir) is the empty string, then nothing should be installed there.
 
-required=gcj
+required=javac
 . ./defs || Exit 1
 
 set -e

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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