SL Baur <steve(a)xemacs.org> writes:
> do I have to reinstall slowlaris? ;-)
The likeliest cause is that a regexp is failing in configure. Maybe
this one:
dnl Straightforward machine determination
case "$canonical" in
sparc-*-* ) machine=sparc ;;
try changing it sparc*-*-* and see if that helps.
I started configure with sparc-unknown-linux and it compiled. The configure
change works also.
Regards,
Oliver.