X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=c32c18316b7896b95935f699529ea971b9f40d45;hb=190435a9bc34760c4d7ee5ed76010d7176d35456;hp=ea59f16bf8b3ae05f45245422b508fce13247931;hpb=02f296b3984ca00f4d9032cf2c0fca28219702ba;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 ##