[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19-test-with-warnings.patch
From: |
Akim Demaille |
Subject: |
19-test-with-warnings.patch |
Date: |
12 Nov 2000 15:57:20 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/atspecific.m4 (_AT_CHECK_AC_MACRO): Don't neutralize
autoconf's warnings.
Index: tests/atspecific.m4
--- tests/atspecific.m4 Wed, 01 Nov 2000 13:15:07 +0100 akim
(ace/b/24_atspecific 1.18 664)
+++ tests/atspecific.m4 Sun, 12 Nov 2000 15:44:21 +0100 akim
(ace/b/24_atspecific 1.18 664)
@@ -94,7 +94,7 @@
])
$2
rm -f state*
-AT_CHECK([autoconf -W none --autoconf-dir .. -l $at_srcdir], 0, [], [])
+AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir], 0, [], [])
AT_CHECK([autoheader --autoconf-dir .. -l $at_srcdir], 0, [], [])
AT_CHECK([top_srcdir=$top_srcdir ./configure], 0, ignore, [])
test -n "$at_verbose" && echo "--- config.log" && cat config.log
- 19-test-with-warnings.patch,
Akim Demaille <=