mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
Enable the Java related testsuite tests when the only Java compiler
found is a gcj < 4.3. Discussed at <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>. * configure.ac (gt_JAVACOMP): Don't specify a target_version.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2007-02-11 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Enable the Java related testsuite tests when the only Java compiler
|
||||||
|
found is a gcj < 4.3. Discussed at
|
||||||
|
<http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
|
||||||
|
* configure.ac (gt_JAVACOMP): Don't specify a target_version.
|
||||||
|
|
||||||
2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* data/Makefile.am: Update copyright date.
|
* data/Makefile.am: Update copyright date.
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ AC_SUBST([O0CFLAGS])
|
|||||||
O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`
|
O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`
|
||||||
AC_SUBST([O0CXXFLAGS])
|
AC_SUBST([O0CXXFLAGS])
|
||||||
|
|
||||||
gt_JAVACOMP([1.3], [1.3])
|
gt_JAVACOMP([1.3])
|
||||||
gt_JAVAEXEC
|
gt_JAVAEXEC
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user