summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 0c91245ba09c104dca0700e2048288d9bcf450dd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -x
aclocal -I m4
libtoolize --force
autoheader
autoconf
automake -a --foreign
./configure --enable-maintainer-mode $@