Sfoglia il codice sorgente

allow to run bootstrap from build-folder

Jean-Baptiste Kempf 9 anni fa
parent
commit
70b038c85f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

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