Here's a patch that prevents configure breakage on solaris because of the 'if' brackets getting stripped out by autoconf.
/dale
--- configure.in-orig Thu Feb 21 14:10:44 2002
+++ configure.in Thu Feb 21 14:17:39 2002
@@ -330,7 +330,7 @@
OSDIR="solaris_sparc"
eolstr="\\n"
is_gnu_as=`${AS} --help 2>/dev/null | grep gnu.org`
- if [ -z "$is_gnu_as" ]
+ if test -z "$is_gnu_as"
then
ASFLAGS="-xarch=v8plus -KPIC -q"
ASCPPFLAGS="-D_ASM -D__STDC__=0"
