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