set SHELL in Makefile in case someone makes from a non bourne compatable shell
diff --git a/Makefile.in b/Makefile.in
index 5d45bce..62859bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,6 @@
-# $Id: Makefile.in,v 1.204 2002/04/15 03:24:00 djm Exp $
+# $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $
+
+SHELL = @SH@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@