Get rid of the warning about ignoring the return value of fgets
[cloog.git] / autogen.sh
blob661ece1c925aa38d2ef85853ef9d127af74629b2
1 #!/bin/sh
2 autoreconf -i
3 if test -f isl/autogen.sh; then
4 (cd isl; ./autogen.sh)
5 fi