aboutsummaryrefslogblamecommitdiffstats
path: root/autogen.sh
blob: f8d08ac152da0b3514cf3ace7f890a3e0920654f (plain) (tree)
1
2
3
4
5
6
7






                              
#!/bin/sh

aclocal
libtoolize --force
automake --add-missing --force
autoconf
./configure $@