Fixed bootstrap

Creates "config" folder if not already existing
This commit is contained in:
Anthony Carno 2018-01-07 10:14:53 -05:00
parent 2429629e3b
commit 206bbc7e95

View File

@ -4,6 +4,7 @@
# It is executed only to generate "configure" # It is executed only to generate "configure"
set -x set -x
mkdir -p config
aclocal -I config aclocal -I config
autoheader autoheader
libtoolize --copy --force libtoolize --copy --force