configure.ac: don't depend on automake 1.11
[barvinok.git] / autogen.sh
blob239004cd02e99fbbf420d9ac45366ca05ac2f25b
1 #!/bin/sh
2 libtoolize -c --force
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f polylib/autogen.sh; then
8 (cd polylib; ./autogen.sh)
9 fi
10 if test -f isl/autogen.sh; then
11 (cd isl; ./autogen.sh)
13 if test -f isl-polylib/autogen.sh; then
14 (cd isl-polylib; ./autogen.sh)
16 if test -f omega/autogen.sh; then
17 (cd omega; ./autogen.sh)