On Nov 1, 2006, at 7:56 AM, Jack Howarth wrote:
autoreconf -I ../config
In general, you will want to check the Makefile and see what it uses
to run aclocal.
In java for example, they use:
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
So, in fact, I think you regenerated the file incorrectly.
Ben,
I believe I have puzzled out my problem. Geoff's multilib
changes needs a patch for the zlib and libjava configure.ac
(matching what he did for that file in libobjc). I have been
able to obtain a complete build for c, c++, objc and fortran
now on a G4 under Darwin8 after patching the config
>I am having difficulty getting configure properly regenerated in
> libjava so that Geoff's multilib changes will take effect. What
> versions of automake and libtool is required by the current gcc 4.2
> branch?
The safest thing to do is to always look at the top of the file you're
trying to r
I am having difficulty getting configure properly
regenerated in libjava so that Geoff's multilib changes
will take effect. What versions of automake and libtool
is required by the current gcc 4.2 branch? I have been trying
automake 1.10 and libtool 1.5.22. However whenever I use
autoreconf -I