Hi Tim,

I've checked in most of it, execept for a few changes
that were automake 1.x , x > 4 specific. Namely the
initial AC_INIT change, and a few noinst_* instances.
In both cases automake 1.4p5 choked on it, so I left
it out for now, until a new version of libtool is
released and we switch to using the latest auto*
tools. That should be quite soon, as I've heard on the
libtool mailing list they are planning a release.

I've also left out the jikes configuration patch. I
think it would be clearer if you could write it as a
switch/case statement. Send me an updated patch and
I'll check it in.

cheers,
dalibor topic

--- Timothy Stack <[EMAIL PROTECTED]> wrote:
> 
> hi,
> 
> Attached is a patch that makes kaffe work with the
> latest auto tools
> (automake 1.7.2, autoconf 2.57, libtool 1.4.3), its
> really pretty
> painless.  If you want automatic regeneration of
> Makefile.in's and
> Makefile's you should specify
> '--enable-maintainer-mode' when configuring.
> There's also some miscellaneous fixes for 'make
> dist' and problems
> building javalib.  Change log is below.
> 
> tim stack
> 
> 
> 2003-02-03 Timothy S Stack <[EMAIL PROTECTED]>
> 
>       * Makefile.am, 
>       config/Makefile.am,
>       kaffe/kaffevm/Makefile.am,
>       libraries/clib/awt/Makefile.am,
>       libraries/clib/awt/qt/Makefile.am,
>       libraries/extensions/sound/Makefile.am,
>       libraries/extensions/sound/common/Makefile.am,
>       libraries/extensions/sound/esd/Makefile.am:
>       Fixes for 'make dist'
> 
>       * test/regression/Makefile.am:
>       Add 'all-am' target that has TestScript as a
> dependency
>       so it will be regenerated automatically.
> 
>       * configure.in:
>       Use extra options in AC_INIT().  Add AC_SUBST() for
>       abssrcdir (used by javalib make file).  Fix typo in
>       --with-staticbin comment help.  More jikes
> detection
>       magic.  Split checks for resource.h and getrusage
> to make
>       it work with current automake.  Add explicit check
> for
>       esd.h.
> 
>       * developers/autogen.sh:
>       Change autoheader command line to work with the
> latest
>       version.
> 
>       * kaffe/scripts/compat/Makefile.am:
>       Define *_SCRIPTS variables when SUN_COMPAT is not
> true.
> 
>       * libraries/javalib/Makefile.am:
>       Fixes for 'make dist'.  The profiles path should
> use
>       $(srcdir) so it works when building in a separate
>       directory.  The bootstrap.classlist should use
> $(abssrcdir)
>       so it works when building in a separate directory
> (the 'cd
>       $(LIBDIR)' changes the path and invalidates
> $(srcdir)).
>       Finally, copy over the newly generated rt.jar into
> the
>       source tree.
> 
> _______________________________________________
> kaffe mailing list
> [EMAIL PROTECTED]
> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to