[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 02-m4-warnings.patch
From: |
Pavel Roskin |
Subject: |
Re: 02-m4-warnings.patch |
Date: |
Tue, 31 Oct 2000 15:56:20 -0500 (EST) |
Hello, Akim!
> I haven't looked closely, but the testsuite fails now (AC_CHECK_TYPES at
> semantics.at:164) and AC_DIAGNOSE doesn't work at all.
Here's the fix.
ChangeLog:
* autoconf.sh: Rename "m4__warnings" to "m4_warnings" - it was
a typo.
_________________________
Index: autoconf.sh
--- autoconf.sh Tue Oct 31 10:39:21 2000
+++ autoconf.sh Tue Oct 31 15:49:19 2000
@@ -226,12 +226,12 @@
NUMBERS='0123456789'
WORDCHAR=_$alphabet$ALPHABET$NUMBERS
-m4__warnings=
+m4_warnings=
for warning in `IFS=,; echo syntax,$WARNINGS,$warnings |
tr $ALPHABET $alphabet`
do
test -n $warning || continue
- m4__warnings="$warning"`test -n "$m4__warnings" && echo ",$m4_warnings"`
+ m4_warnings="$warning"`test -n "$m4_warnings" && echo ",$m4_warnings"`
done
_________________________
Regards,
Pavel Roskin