1
0
forked from bip/bip
bip/bootstrap
2008-12-29 14:07:09 +01:00

12 lines
133 B
Bash
Executable File

#!/bin/sh
# This thinggie bootstraps the auto* build sys.
set -e
aclocal
autoheader
autoconf
automake --add-missing --copy -Wall