Commit 550c2492 by Tom Tromey Committed by Tom Tromey

aclocal.m4, configure: Rebuilt.

	* aclocal.m4, configure: Rebuilt.
	* acinclude.m4 (version): New variable; pass to AM_INIT_AUTOMAKE.

From-SVN: r27033
parent 2d40265f
1999-05-19 Tom Tromey <tromey@cygnus.com>
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (version): New variable; pass to AM_INIT_AUTOMAKE.
* java/util/zip/GZIPOutputStream.java (write(byte[])): New
method.
......
......@@ -31,8 +31,10 @@ AC_SUBST(libgcj_basedir)
AC_CANONICAL_HOST
dnl version is pulled out to make it a bit easier to change using sed.
version=0.0.7
dnl Still use "libjava" here to placate dejagnu.
AM_INIT_AUTOMAKE(libjava, 0.0.7)
AM_INIT_AUTOMAKE(libjava, $version)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
......
......@@ -43,8 +43,10 @@ AC_SUBST(libgcj_basedir)
AC_CANONICAL_HOST
dnl version is pulled out to make it a bit easier to change using sed.
version=0.0.7
dnl Still use "libjava" here to placate dejagnu.
AM_INIT_AUTOMAKE(libjava, 0.0.7)
AM_INIT_AUTOMAKE(libjava, $version)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment