Factor out the access printing from the pet expression printing
[ppcg.git] / autogen.sh
blob52ed9afda0b9ef9d6377e9ab6369c6dc15311909
1 #!/bin/sh
2 if test -f isl/autogen.sh; then
3 (cd isl; ./autogen.sh)
4 fi
5 if test -f pet/autogen.sh; then
6 (cd pet; ./autogen.sh)
7 fi
8 if test -f cloog/autogen.sh; then
9 (cd cloog; ./autogen.sh)
11 autoreconf -i