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

set -e

autoheader &
aclocal
autoconf

wait