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

echo "running aclocal (tested with 1.7.9)..."
aclocal -I config/m4

echo "running libtoolize (tested with 1.5.6)..."
libtoolize --force

echo "running autoheader"
autoheader 

echo "running automake (tested with 1.7.9)..."
automake --add-missing --gnu -Wall

echo "running autoconf (tested with 2.59)..."
autoconf