update isl to version 0.11.1
[barvinok.git] / autogen.sh
blob86a77319238cd8bf28f200c346641cd65279086d
1 #!/bin/sh
2 autoreconf -i --no-recursive
3 if test -f polylib/autogen.sh; then
4 (cd polylib; ./autogen.sh)
5 fi
6 if test -f isl/autogen.sh; then
7 (cd isl; ./autogen.sh)
8 fi
9 if test -f pet/autogen.sh; then
10 (cd pet; ./autogen.sh)
12 if test -f isl-polylib/autogen.sh; then
13 (cd isl-polylib; ./autogen.sh)