summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 0a713f45e051a5f743cd78f296f1c41a26985642 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

set -e

aclocal
autoheader
automake -a
autoconf
./configure "$@"