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

set -e

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