cloog_domain_simple_convex: always compute simple hull
[cloog.git] / autogen.sh
blobd149e15c6c182609432543048558217ce52d6426
1 #!/bin/sh
2 libtoolize -c --force
3 aclocal -I m4
4 automake -a -c --foreign
5 autoconf
6 if test -f isl/autogen.sh; then
7 (cd isl; ./autogen.sh)
8 fi