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


test -f ChangeLog || touch ChangeLog

aclocal $ACLOCAL_AMFLAGS
autoreconf --force --install
autoheader
automake --add-missing --copy
autoconf