Parcourir la source

allow to run bootstrap from build-folder

Jean-Baptiste Kempf il y a 9 ans
Parent
commit
70b038c85f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

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