update isl for change in lexicographic optimization
[isa.git] / autogen.sh
bloba7de658094926947446c5d70233d8436337278d3
1 #!/bin/sh
2 libtoolize -c
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f barvinok/autogen.sh; then
8 (cd barvinok; ./autogen.sh)
9 fi
10 if test -f isl/autogen.sh; then
11 (cd isl; ./autogen.sh)
13 if test -f pet/autogen.sh; then
14 (cd pet; ./autogen.sh)