Explorar el Código

allow to run bootstrap from build-folder

Jean-Baptiste Kempf hace 9 años
padre
commit
70b038c85f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

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