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


test -f ChangeLog || touch ChangeLog

libtoolize=`which glibtoolize`
if test -z "$libtoolize"; then
    libtoolize=libtoolize
fi

$libtoolize --automake
aclocal $ACLOCAL_AMFLAGS
autoheader
automake --add-missing
autoconf