1#!/bin/sh
2autoreconf -i
3if test -f isl/autogen.sh; then
4	(cd isl; ./autogen.sh)
5fi
6