From: RĂ©mi Denis-Courmont Date: Mon, 18 Jan 2010 18:15:24 +0000 (+0200) Subject: Force POSIX shell to run genmf X-Git-Tag: 1.1.0-ff~1116 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=fa0113980ec729bd095ccae86e7c4b59d31a9a84 Force POSIX shell to run genmf --- diff --git a/bootstrap b/bootstrap index ac4934cc00..0334f46bc9 100755 --- a/bootstrap +++ b/bootstrap @@ -97,7 +97,7 @@ AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])]) EOF fi -modules/genmf `sed -ne 's,modules/\(.*\)/Makefile,\1,p' configure.ac` +sh modules/genmf `sed -ne 's,modules/\(.*\)/Makefile,\1,p' configure.ac` ### ### classic bootstrap stuff