util.c: manual_count: use isl_val
[barvinok.git] / autogen.sh
blobc3588d2397fcd549b7e4e718d3ce1046e8b8c5d9
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)