add tiny test program
[isl-ppl.git] / autogen.sh
blob4ea47aa234cfdc5c8423c8daade0cd2f8c9a11bd
1 #!/bin/sh
2 libtoolize -c
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