summaryrefslogtreecommitdiff
path: root/reconf
blob: 3976e3efef89efc602c253d83c0ed4cb6bdeeb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
rm -f config.cache
echo "- aclocal."
aclocal
echo "- autoconf."
autoconf
echo "- autoheader."
autoheader
echo "- automake."
automake -a
exit