Files
kvspool/bootstrap
2011-11-16 21:14:12 -05:00

12 lines
230 B
Bash
Executable File

#!/bin/sh
# THIS SCRIPT IS FOR PROJECT MAINTAINER ONLY
# It is executed only to generate "configure"
set -x
if [ ! -d config ]; then mkdir config; fi
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf