Fix compiler warning
[cloog/uuh.git] / autogen.sh
blob0d904ec033beeb7771a23ded7d4230948ad29692
1 #!/bin/sh
2 libtoolize -c --force
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f isl/autogen.sh; then
8 (cd isl; ./autogen.sh)
9 fi