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

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

echo "running aclocal (tested with 1.7.9)..."
aclocal

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

echo "running automake (tested with 1.7.9)..."
automake