Description: fix build failure with /bin/sh as non-bash environment
 lack of spcifying SHELL = @SHELL@, it uses /bin/sh by default
 and it causes build failure if /bin/sh is not bash.

---
Forwarded: no
Last-Update: 2014-01-07

Index: libspiro-20071029/Makefile.in
===================================================================
--- libspiro-20071029.orig/Makefile.in	2007-10-30 09:22:38.000000000 +0900
+++ libspiro-20071029/Makefile.in	2014-01-07 14:35:38.000000000 +0900
@@ -1,3 +1,4 @@
+SHELL = @SHELL@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
