evalue.c: reorder_terms: fix typo
[barvinok.git] / autogen.sh
blob4d365c406e6b1e2002c660808619ca0f9439bddb
1 #!/bin/sh
2 libtoolize -c --force
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 (cd bernstein; ./autogen.sh)