]> git.saurik.com Git - bison.git/blobdiff - tests/java.at
2007-02-07 Paolo Bonzini <bonzini@gnu.org>
[bison.git] / tests / java.at
index 6d991c1b5e539dbabd185acab692c2865da83ca6..b331649208881b4bd4df3a6ffa662af676cdcc08 100644 (file)
@@ -1,7 +1,6 @@
-# Simple calculator.                         -*- Autotest -*-
+# Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
-# Foundation, Inc.
+# Copyright (C) 2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -149,7 +148,8 @@ m4_define([AT_DATA_JAVA_CALC_Y],
 # Compile SOURCES into Java class files.  Skip the test if java or javac is
 # not installed.
 m4_define([AT_JAVA_COMPILE],
-[AT_CHECK([test -n "$CONF_JAVA$CONF_JAVAC" || exit 77])
+[AT_CHECK([test -n "$CONF_JAVA" || exit 77
+test -n "$CONF_JAVAC" || exit 77])
 AT_CHECK([$SHELL ../../../javacomp.sh $1],
          0, [ignore], [ignore])])