瀏覽代碼

allow to run bootstrap from build-folder

Jean-Baptiste Kempf 9 年之前
父節點
當前提交
70b038c85f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

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