summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 56f059657931a3578a27ac4eb1fa7ab76441a36f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -x
rm aclocal.m4
libtoolize --force --copy
aclocal -I ./m4
autoheader
automake --foreign --add-missing --force-missing --copy
autoconf