aclocal.m4, configure: Rebuilt.

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

From-SVN: r27033
This commit is contained in:
Tom Tromey 1999-05-19 12:55:15 +00:00 committed by Tom Tromey
parent 2d40265fda
commit 550c249201
4 changed files with 183 additions and 175 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -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

4
libjava/aclocal.m4 vendored
View File

@ -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

347
libjava/configure vendored

File diff suppressed because it is too large Load Diff