isl_obj_list_print: properly return isl_printer
[barvinok.git] / autogen.sh
blobde4d0bcb155ace4b90c1789cd37b77b2069a89ab
1 #!/bin/sh
2 libtoolize -c --force
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f polylib/autogen.sh; then
8 (cd polylib; ./autogen.sh)
9 fi
10 if test -f isl/autogen.sh; then
11 (cd isl; ./autogen.sh)
13 if test -f isl-polylib/autogen.sh; then
14 (cd isl-polylib; ./autogen.sh)
16 if test -f cloog/autogen.sh; then
17 (cd cloog; ./autogen.sh)
19 if test -f omega/autogen.sh; then
20 (cd omega; ./autogen.sh)