evalue.c: Polyhedron_Insert: add missing return type
[barvinok.git] / autogen.sh
blobdbbf4670048091b7e89271b82bdf4c97c118d90a
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 (cd bernstein; ./autogen.sh)
20 if test -f omega/autogen.sh; then
21 (cd omega; ./autogen.sh)