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

echo "This is a dummy autogenerated file to make automake happy; please ignore it." > ChangeLog &&
aclocal-1.9 -I m4 &&
autoheader &&
automake-1.9 --add-missing &&
aclocal-1.9 -I m4 &&
autoconf &&
autoheader &&
./configure