[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool problem: --no-verify
From: |
Lars J. Aas |
Subject: |
Re: libtool problem: --no-verify |
Date: |
Wed, 14 Feb 2001 08:41:03 +0100 |
User-agent: |
Mutt/1.2.5i |
On Tue, Feb 13, 2001 at 02:57:49PM -0700, Jeremy Slade wrote:
: I'm using autoconf 2.49c, automake 1.4b, and libtool 1.3.5 on HP-UX.
:
: When I add 'AC_PROG_LIBTOOL' to my configure.in, I get the following
: error running 'configure' after automake/autoconf:
:
: ...
: checking whether ln -s works... yes
: loading cache /dev/null within ltconfig
: ltconfig: you must specify a host type if you use `--no-verify'
You can put AC_CANONICAL_SYSTEM into your configure.in (somewhere above
AC_PROG_LIBTOOL) to avoid this problem.
Lars J