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

aclocal
autoconf
libtoolize --force --copy
automake --add-missing --copy
echo You may now run ./configure