Merge patch from Greg Banks for Linux/SuperH support
diff --git a/configure.in b/configure.in
index b24a868..ca016ee 100644
--- a/configure.in
+++ b/configure.in
@@ -68,6 +68,9 @@
 hppa*|parisc*)
 	arch=hppa
 	;;
+sh)
+	arch=sh
+	;;
 *)
 	AC_MSG_ERROR(this architecture is not yet supported by strace)
 	;;
@@ -76,7 +79,7 @@
 
 # Autoheader trick.  Heh, heh.
 arch_list='
-@@@syms="$syms I386 IA64 M68K SPARC MIPS ALPHA ARM POWERPC S390 HPPA"@@@
+@@@syms="$syms I386 IA64 M68K SPARC MIPS ALPHA ARM POWERPC S390 HPPA SH"@@@
 '
 
 osarch="$opsys"