summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 6066e05607b0526378741e11d0a6fb4b6b002ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
libtoolize --copy --force
aclocal -I m4 --force
automake -f --add-missing --copy
autoconf -I m4
autoheader

# Run configure for this platform
#./configure $*