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

set -v

aclocal
autoconf
autoheader
automake --add-missing --copy
automake