On Thu, Jul 06, 2000 at 02:33:39PM +0200, Lars J. Aas wrote:
: I'm trying to upgrade to CVS autoconf, and I'm wondering if I need
: to upgrade automake, libtool, and m4 at the same time?
I've upgraded autoconf and automake and m4 to release 1.4o (only
vanilla tool is libtool 1.3.5), and things seems to go fine until I
try to run configure:
[...]
| checking host system type... i586-pc-linux-gnu
| checking for ranlib... ranlib
| checking for ld used by GCC... /usr/bin/ld
| checking if the linker (/usr/bin/ld) is GNU ld... yes
| checking for BSD-compatible nm... /usr/bin/nm -B
| checking whether ln -s works... yes
| loading cache /dev/null within ltconfig
| ltconfig: you must specify a host type if you use `--no-verify'
| Try `ltconfig --help' for more information.
| configure: error: libtool configure failed
| $
What's the deal with this? Am I missing some libtool macro in
configure.in?
Lars J