summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 4de10971f0401574392965939b3b896a14fd1cee (plain)
1
2
3
4
5
6
7
8
#! /bin/sh -e
export PATH=/bin:/usr/bin  # Local hack.
rm -rf autom4te.cache
aclocal -I m4
autoheader
libtoolize --copy
automake --add-missing --copy
autoconf