initial isl packaging
[platform/upstream/cloog-isl.git] / autogen.sh
1 #!/bin/sh
2 autoreconf -i
3 if test -f isl/autogen.sh; then
4         (cd isl; ./autogen.sh)
5 fi