Patch: update libgcj configury
Andreas Tobler
toa@pop.agri.ch
Wed Dec 10 07:12:00 GMT 2003
Hi all,
Thomas Fitzsimmons wrote:
> This patch updates acinclude.m4, configure.in and Makefile.am to support
> automake 1.6.3 and autoconf 2.57.
I try it here on darwin7.0.0 with automake-1.7.9 and autoconf-2.58.
>
> I tried to keep the number of changes to a minimum, except where I
> renamed Makefile.am variables to clarify dependency relationships.
>
> I tested "make" and "make check" on i686 Linux. The RMI and jv-convert
> tools seem to work as they did before, and my AWT tests build and run as
> they did before.
>
> Once people have had a look at the patch and any obvious problems are
> resolved, we'll need those who build gcj on other platforms to test the
> changes.
>
> This patch depends on Michael Koch's libltdl patch.
>
Already tested here :)
So, what took me a while:
You have to run aclocal -I . to get the gtk/glib things in.
autoheader warns:
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced,
see the
autoheader: WARNING: documentation.
autoconf ok so far.
automake complains:
[titanium:gcc-cvs-dylib/gcc/libjava] andreast% automake
Makefile.am: required file `../compile' not found
Makefile.am: required file `../depcomp' not found
Do we care about?
Also, what makes me curious:
[titanium:gcc-cvs-dylib/gcc/libjava] andreast% ll Makefile.in
-rw-r--r-- 1 andreast staff 9450554 10 Dec 07:58 Makefile.in
Hey, nearly 10Megs for Makefile.in :)
Build runs now and I report asap.
Thank you !
Andreas
More information about the Java-patches
mailing list