[packages] libmikmod: fix autoreconf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-12-12 19:37:38 +00:00
parent a0db000977
commit e12297c9ac
2 changed files with 214 additions and 0 deletions

View File

@ -0,0 +1,16 @@
--- a/libmikmod-config.in
+++ b/libmikmod-config.in
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! @SHELL@
prefix=@prefix@
exec_prefix=@exec_prefix@
--- a/libmikmod/Makefile.in
+++ b/libmikmod/Makefile.in
@@ -1,3 +1,5 @@
+SHELL = @SHELL@
+
exec_prefix=@exec_prefix@
prefix=@prefix@