- From: Raffaele Sena <raff@nuvomedia.com>
- Date: Wed, 18 Aug 1999 17:01:25 -0700
- To: "Taylor Brockman" <brockman@intertect.net>, "Libwww" <www-lib@w3.org>
>
> on running ./configure I get the following:
>
> checking host system type... i586-pc-linux-gnu
> checking target system type... i586-pc-linux-gnu
> checking build system type... i586-pc-linux-gnu
> ./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,'
> ./configure: ./configure: line 710: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION) '
>
>
> I'm suspecting there is a missing '.in' file but I can't seem to locate it.
>
I'm guessing you have the "wrong" set of tools (aclocal, autoheader,
autoconf, automake)
Can you check out the versions of those ? (I think they all support
a --version option).
I rebuilt my sources from CVS (on RedHat 5.2 with updated libtools) and it
works fine.
> configure.in:192: warning: AC_TRY_RUN called without default to allow cross
compiling
I get a lot of those, but they don't seem to do anything bad
-- Raffaele
Received on Wednesday, 18 August 1999 20:00:50 UTC