Ethereal-dev: Re: [Ethereal-dev] Need tester with autoconf 2.13 (automake 1.7 patch)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: didier <dgautheron@xxxxxxxx>
Date: Wed, 09 Oct 2002 19:53:06 +0000
Joerg Mayer wrote:
On Tue, Oct 08, 2002 at 07:27:02PM -0700, Guy Harris wrote:

dnl Check for CPU / vendor / OS
+AC_CANONICAL_HOST
AC_CANONICAL_TARGET

AC_CANONICAL_TARGET isn't documented in the autoconf 2.13 info file, and
the 2.13 source says it's "Internal use only." - it's used by
AC_CANONICAL_SYSTEM.


In autoconf 2.5x it's the other way round: TARGET is the documented part,
SYSTEM is deprecated but still supported. Also, it seems that whatever
version of libtool Didier is using, that version requires SYSTEM or TARGET
to be set and so I decided to use the newer of the two.
AC_CANONICAL_HOST alone doesn't work. lt_target


AC_CANONICAL_TARGET alone, ok

AC_CANONICAL_SYSTEM alone, ok

AC_CANONICAL_HOST
AC_CANONICAL_TARGET ok

Didier