osl_relation_remove_column already updates the nb_columns
[clay.git] / autogen.sh
blob2b664e975f5c67759fdd5843feca5f3bf428c4de
1 #!/bin/sh
2 autoreconf -i
3 if test -f osl/autogen.sh; then
4 (cd osl; ./autogen.sh)
5 fi
6 if test -f clan/autogen.sh; then
7 (cd clan; ./autogen.sh)
8 fi
9 if test -f cloog/autogen.sh; then
10 (cd cloog; ./autogen.sh)
12 if test -f candl/autogen.sh; then
13 (cd candl; ./autogen.sh)