isl_div.c: add missing include
[isl.git] / autogen.sh
blob9b8498a3fe5ea775c4a5a82b4216cd58957cafdd
1 #!/bin/sh
2 libtoolize -c
3 aclocal -I m4
4 autoheader
5 automake -a -c --foreign
6 autoconf
7 if test -f piplib/autogen.sh; then
8 (cd piplib; ./autogen.sh)
9 fi