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

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