commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure.ac problem


From: Michael Koch
Subject: Re: configure.ac problem
Date: Thu, 25 Mar 2004 22:30:51 +0100
User-agent: KMail/1.5.4

Am Donnerstag, 25. März 2004 22:04 schrieb Archie Cobbs:
> Michael Koch wrote:
> > > Understood.. perhaps I should now defer that burden to the
> > > original author of those lines of code :-)
> >
> > hehe, whoever that was.
> >
> > To get sure. Before the patch classpath build failed on freebsd ?
> > If it fixes this for you I think its okay if it not breaks seom
> > others in the next 4 weeks ...
>
> Right.. before patch configure failed on FreeBSD 4.x, and now it
> gets further, but still breaks:
>
> On FreeBSD:
>
>     $ ./configure --prefix=/usr/local/jc --enable-jni --with-jikes
> --disable-gtk-peer checking build system type...
> i386-unknown-freebsd4.9
>     checking host system type... i386-unknown-freebsd4.9
>     checking target system type... i386-unknown-freebsd4.9
>     ./configure.lineno: 1437: Syntax error: word unexpected
> (expecting ")")
>
> Line 1437 is blank! It immediately precedes
> "AM_INIT_AUTOMAKE(1.7.0)".
>
> On Linux:
>
>     $ ./configure --prefix=/usr/local/jc --enable-jni --with-jikes
> --disable-gtk-peer checking build system type... i686-pc-linux-gnu
>     checking host system type... i686-pc-linux-gnu
>     checking target system type... i686-pc-linux-gnu
>     ./configure: line 1438: syntax error near unexpected token
> `1.7.0' ./configure: line 1438: `AM_INIT_AUTOMAKE(1.7.0)'

hmm, perhaps this:

AM_INIT_AUTOMAKE([1.7.0])

> I have no idea how to properly regenerate all the autojunk from CVS
> to make the build work on my system (either RedHat 9 or FreeBSD 4.9).

I use the attached script with libtool 1.5.2, autoconf 2.59 and automake 
1.8.2. Older versions may just not work as expected.


Michael

Attachment: autogen
Description: application/shellscript


reply via email to

[Prev in Thread] Current Thread [Next in Thread]