Is it possible that this error relays to bash-3.2.0 ?
If I configure kdebase-3.5.6, I get this error:
checking for srandom... yes
checking if srandom needs custom prototype... no
checking for S_ISSOCK... yes
checking for MAXPATHLEN... ./configure: line 61317: syntax error near
unexpected token `do'
./configure: line 61317: ` dirs=`for i in $files; do if test -d $i; then echo
$i; fi; done`'
bash-3.2$
Where the error occurs in configure:
-------------
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
TOPSUBDIRS=""
if test ! -s $srcdir/subdirs; then
files=`cd $srcdir && ls -1`
dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
for i in $dirs; do
echo $i >> $srcdir/subdirs
done
fi
-------------
thanks
bastl
_______________________________________________
Bug-bash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-bash