Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2008 00:28:51 +0100
From:      "Rodrigo (ros)" <rodrigo@bebik.net>
To:        freebsd-ports@freebsd.org
Subject:   Problem using GNU autotools
Message-ID:  <494596B3.7030200@bebik.net>

next in thread | raw e-mail | index | archive | help
Hi,

I'm in trouble updating a port.
The configuration / compilation and install manually from the console 
works fine.

When I try to integrate it in a port Makefile, some "configure" scripts 
fail whit this message :

[...]
configure: warning: build_alias=amd64-portbld-freebsd6.3: invalid host type
configure: error: can only configure for one host and one target at a time
[...]

As I can see this is caused by configuration scrpts generated by 2 
versions of autoconf (2.13 and 2.61), who doesn't handle the same options.

Looking inside the subdirectories I discover few Makefine.am or 
config.ac, but not all are in. So I can't use the alternative way to 
generate the makefiles...

It looks weird, but how can I handle this properly ? - I remember you 
./configure without options works fine -

Cheers,
Rodrigo OSORIO






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?494596B3.7030200>