autoconf-patches
[Top][All Lists]
Advanced

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

Factor out common warning in programs.m4


From: Stepan Kasal
Subject: Factor out common warning in programs.m4
Date: Fri, 17 Mar 2006 21:52:29 +0100
User-agent: Mutt/1.4.1i

Hello,
  I factored out common code from AC_*TOOL macros.

Then I changed
        test "$build" != "$host"
to
        test "$cross_compiling" = yes

as we are recommending this in the manual.

This induced some hacks in the testsuite.  (In cases where the tests
set cross_compilig=yes.)

I committed the resulting patch, as attached to this mail.

Have a nice day,
        Stepan

Attachment: autoconf-20060317-cross-warn.patch
Description: Text document


reply via email to

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