]> git.sesse.net Git - vlc/blobdiff - bootstrap
Split out a52 parsing functions into a52.h
[vlc] / bootstrap
index ea59f16bf8b3ae05f45245422b508fce13247931..c32c18316b7896b95935f699529ea971b9f40d45 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -22,6 +22,8 @@ export CYGWIN
 set -e
 set -x
 
+cd "$(dirname "$0")"
+
 ##
 ## Check for various tools
 ##
@@ -112,9 +114,6 @@ rm -f po/Makevars.template ABOUT-NLS
 echo > ABOUT-NLS
 mv -f INSTALL.git INSTALL
 
-# Patch po/Makefile.in.in but it's not a drama if it fails
-patch -p1 < po/makefile-qt4.patch || true
-
 ##
 ##  files which need to be regenerated
 ##