update cloog-core to version 0.16.3
[cloog-polylib.git] / autogen.sh
blobb7b6ee3bc06695c5c1d2c9b0ec7a69b1978dcca6
1 #!/bin/sh
2 test -d autoconf || mkdir autoconf
3 libtoolize -c --force
4 aclocal -I m4
5 automake -a -c --foreign
6 autoconf
7 if test -f cloog-core/autogen.sh; then
8 (cd cloog-core; ./autogen.sh)
9 fi