Reported by Johan Danielsson.
+2000-07-12 Akim Demaille <akim@epita.fr>
+
+ * autoconf.sh (_ac_warnings): Fix call to tr.
+ Reported by Johan Danielsson.
+
2000-07-10 Martin Wilck <martin@tropos.de>
* aclang.m4 (_AC_PROG_F77_V): New macro to determine the flag that
Jim Blandy jimb@wookumz.gnu.ai.mit.edu
Jim Meyering meyering@ascend.com
Jiro Takabatake jiro@din.or.jp
+Johan Danielsson joda@pdc.kth.se
John David Anglin dave@hiauly1.hia.nrc.ca
John Fortin fortinj@attglobal.net
John Interrante interran@uluru.stanford.edu
# 2. $WARNINGS, $3 command line options, in that order.
# Set them in the order expected by the M4 macros: the converse.
_ac_warnings=
-for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr [A-Z] [a-z]`
+for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr 'A-Z' 'a-z'`
do
test -n $warning || continue
_ac_warnings="$warning"`test -n "$_ac_warnings" && echo ",$_ac_warnings"`
# 2. $WARNINGS, $3 command line options, in that order.
# Set them in the order expected by the M4 macros: the converse.
_ac_warnings=
-for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr [A-Z] [a-z]`
+for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr 'A-Z' 'a-z'`
do
test -n $warning || continue
_ac_warnings="$warning"`test -n "$_ac_warnings" && echo ",$_ac_warnings"`
# 2. $WARNINGS, $3 command line options, in that order.
# Set them in the order expected by the M4 macros: the converse.
_ac_warnings=
-for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr [A-Z] [a-z]`
+for warning in `IFS=,; echo syntax,$WARNINGS,$warnings | tr 'A-Z' 'a-z'`
do
test -n $warning || continue
_ac_warnings="$warning"`test -n "$_ac_warnings" && echo ",$_ac_warnings"`