summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 1779d45f9c50843f6c2fc8f4e2f82345247f4f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

# wipe out temporary autotools files, necessary
# when switching between distros
rm -rf aclocal.m4 autom4te.cache config.guess config.sub config.h.in configure depcomp install-sh ltmain.sh missing

(cd src && ./gen-makefile-am.sh)

libtoolize -c
aclocal
autoheader
automake -a -c
autoconf