short_rat::print: correctly print out terms with a zero coefficient
[barvinok.git] / autogen.sh
blobfb6bd876fe282cfb13b072da0c7eb6b19ab70f40
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)