Description: avoid build failure by /bin/sh

 Debian/Ubuntu uses dash as /bin/sh, it's more strict as sh
 but libtools seems to need bash behavior

Author: Hideki Yamane <henrich@debian.org>

---
Origin: vendor
Last-Update: 2013-05-04

--- libuninameslist-0.3.20130501.orig/Makefile.am
+++ libuninameslist-0.3.20130501/Makefile.am
@@ -1,6 +1,6 @@
 # Makefile.am - Top level automakefile for libuninameslist
 
-SHELL = /bin/sh
+SHELL = /bin/bash
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
