Makefile.am: keep better track of failed tests
[barvinok.git] / autogen.sh
blob1cf82ae100037fe42896bdf1313a3eb07ba6952a
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 (cd bernstein; ./autogen.sh)
14 if test -f omega/autogen.sh; then
15 (cd omega; ./autogen.sh)