fixes bug where priorities where lost when force-rechecking.
[libtorrent.git] / autotool.sh
bloba52a1e438322c734adc87b86c207bb1d0effd05c
1 #!/bin/sh
3 # $Id$
5 set -e
6 set -x
8 aclocal -I m4
9 libtoolize -c -f
10 automake -a -c -f
11 autoconf
13 rm -Rf config.cache autom4te.cache