[vlc-devel] commit: Force POSIX shell to run genmf ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jan 18 19:16:20 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 18 20:15:24 2010 +0200| [fa0113980ec729bd095ccae86e7c4b59d31a9a84] | committer: Rémi Denis-Courmont
Force POSIX shell to run genmf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa0113980ec729bd095ccae86e7c4b59d31a9a84
---
bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bootstrap b/bootstrap
index ac4934c..0334f46 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
More information about the vlc-devel
mailing list