aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b76768cbf7c790ac6565fe17d8811a6733793282 (plain)
1
2
3
4
5
6
#!/bin/sh

aclocal
automake -ac
autoconf
echo "Ready to go (run configure)"