X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=c32c18316b7896b95935f699529ea971b9f40d45;hb=6511df53b2ea6320b5cf36a539ea6cffa99dffb9;hp=ea59f16bf8b3ae05f45245422b508fce13247931;hpb=35824733e305214dfada18dd6362cfa02a86dcd3;p=vlc diff --git a/bootstrap b/bootstrap index ea59f16bf8..c32c18316b 100755 --- 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 ##