[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking stderr form autoconf and autoheader
From: |
Akim Demaille |
Subject: |
Re: Checking stderr form autoconf and autoheader |
Date: |
21 Sep 2000 09:07:47 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
| Hello!
| This patch makes the testsuite always check the stderr from autoconf and
| autoheader. Intentional warnings (i.e. those produced by AC_MSG_WARN) are
| suppressed by "-W none" whenever they are expected.
Great work! But maybe -W none is too strong, we should aim at -W
syntax. For instance this would help us tracking unsatisfied
dependencies and circular breakage in Autoconf.
Anyway, fine patch, apply!