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

libtoolize --force --copy --automake
aclocal -I m4 --install
autoheader
automake --foreign --add-missing --copy
autoconf