Browse Source

allow to run bootstrap from build-folder

Jean-Baptiste Kempf 9 years ago
parent
commit
70b038c85f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

@@ -13,6 +13,8 @@
 
 
 set -e
 set -e
 
 
+cd "$(dirname "$0")"
+
 autoreconf --install --force --verbose ${ACLOCAL_ARGS}
 autoreconf --install --force --verbose ${ACLOCAL_ARGS}
 
 
 set +x
 set +x