add piplib module
[barvinok.git] / autogen.sh
blobed0f4dd062224f14b0c85851832a06129b938d13
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 (cd bernstein; ./autogen.sh)