bf230e31a3dcf3c0ded66ea9f6f1f622e4997dad
[barvinok.git] / autogen.sh
blobbf230e31a3dcf3c0ded66ea9f6f1f622e4997dad
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)
15 if test -f cloog/autogen.sh; then
16 (cd cloog; ./autogen.sh)