tpl/bootstrap
Anthony Carno 206bbc7e95 Fixed bootstrap
Creates "config" folder if not already existing
2018-01-07 10:14:53 -05:00

13 lines
230 B
Bash
Executable File

#!/bin/sh
# THIS SCRIPT IS FOR PROJECT MAINTAINER ONLY
# It is executed only to generate "configure"
set -x
mkdir -p config
aclocal -I config
autoheader
libtoolize --copy --force
automake --foreign --add-missing --copy
autoconf