remove polyhedron_range
[barvinok.git] / autogen.sh
blob07f447f5e3726c4dc2732edc5cea0c3e00060476
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 piplib/autogen.sh; then
11 (cd piplib; ./autogen.sh)
13 if test -f isl/autogen.sh; then
14 (cd isl; ./autogen.sh)
16 if test -f isl-polylib/autogen.sh; then
17 (cd isl-polylib; ./autogen.sh)
19 if test -f omega/autogen.sh; then
20 (cd omega; ./autogen.sh)