tpl/bootstrap

13 lines
230 B
Plaintext
Raw Normal View History

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