Files
Nikias Bassen fe7f9c32c1 Initial commit.
2009-12-15 13:47:36 +01:00

11 lines
134 B
Bash
Executable File

#!/bin/sh
aclocal -I m4
libtoolize
autoheader
automake --add-missing
autoconf
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi