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

touch ChangeLog

if [ ! -e ltmain.sh ]; then
    libtoolize
fi

aclocal -I m4
automake -a -c --foreign
autoconf
test x$NOCONFIGURE = x && ./configure $@