bip/bootstrap

12 lines
133 B
Plaintext
Raw Normal View History

#!/bin/sh
# This thinggie bootstraps the auto* build sys.
set -e
aclocal
2008-12-29 14:07:09 +01:00
autoheader
autoconf
automake --add-missing --copy -Wall