This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR libjava/3207: Ignore _AC_ARG_VAR_PRECIOUS


On Mon, May 28, 2007 at 03:02:33PM +0200, Paolo Bonzini wrote:
> >>As I said, I couldn't convince aclocal.m4 to do so (despite trying for
> >>half an hour to remove autom4te.cache etc.).
> >
> >You must have the correct version of autoconf (actually autom4te) in the
> >path.
> 
> Right, I need to do
> 
> AUTOM4TE=autom4te-2.59 aclocal -I . -I .. -I ../config
> 
> This makes me wonder, though, if the correct solution wouldn't be to 
> brittle (many people have Autoconf 2.59 installed manually, and let the 
> distro package manager install the latest version as `autoconf' simply).

Using

# aclocal -I . -I .. -I ../config

from automake-1.9.6 generates

m4_include([../config/confsubdir.m4])

in aclocal.m4.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]