aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: c295d40427163f7327430187727a59c92558da06 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -v

libtoolize --install --copy
aclocal
autoheader
automake --add-missing --copy
autoconf