Initial version of the integer set library
[platform/upstream/isl.git] / autogen.sh
1 #!/bin/sh
2 libtoolize -c
3 aclocal
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f piplib/autogen.sh; then
8         (cd piplib; ./autogen.sh)
9 fi