bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake 1.7.2b problem


From: Alexandre Duret-Lutz
Subject: Re: Automake 1.7.2b problem
Date: Fri, 14 Feb 2003 21:03:48 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:

[...]

 Stepan> a self-contained exmaple.tar.gz is attached to this
 Stepan> mail.

I wish it was...

 Stepan> Try:
 Stepan> $ tar zxf example.tar.gz
 Stepan> $ cd example
 Stepan> $ aclocal -I m4
 Stepan> $ autoheader
 Stepan> configure.in:82: warning: AC_CANONICAL_HOST invoked multiple times
 Stepan> configure.in:82: warning: AC_CANONICAL_HOST invoked multiple times
 Stepan> $

 Stepan> The macro is not called multiple times, it's only
 Stepan> AC-REQUIRE'd multiple times.

Since I don't know what you do I can only guess: some obsolete
Autoconf macros like AC_EMXOS2, AC_CYGWIN, or AC_MINGW32 will
call AC_CANONICAL_HOST directly.  Try running autoconf with
-Wobsolete.

 Stepan> What does this mean?

 Stepan> When you try to run autoheader again, it runs silently.

Because results are cached, but not errors.

[...]

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]