summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 5cf962bc5c734ee4fee88647cd1a70494c1f6be1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

LIBTOOLIZE=`which glibtoolize 2>/dev/null` 
[ $LIBTOOLIZE ] || LIBTOOLIZE=`which libtoolize`
$LIBTOOLIZE -c -f --automake
aclocal
#autoheader
automake --foreign -a -c -f
autoconf -f