summaryrefslogtreecommitdiff
path: root/DOIT
blob: 9e28f5c4298b68e82a694fff11d6a49cf948243b (plain)
1
2
3
4
5
6
7
8
9
10
11
# The idiot's guide to test gnu auto* crap.
rm -f lt*
touch PORTING
libtoolize -f -c
aclocal
autoheader -f
automake -a -f -c
autoconf -f
./configure
make distcheck