1
0
Fork 0

Allow the bootstrap script to be called from a subfolder

This commit is contained in:
Jean-Baptiste Kempf 2015-11-12 13:17:19 +01:00
parent cf0dbac13d
commit a788a422aa
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#!/bin/sh
set -e
cd "$(dirname "$0")"
autoreconf -vif