blob: 169d6899771e0dd321d053667da90e65548576c7 [file] [log] [blame]
Colin Walters6d943772012-07-11 15:33:49 -04001#!/bin/sh
Michael Clarkf6a6e482007-03-13 08:26:23 +00002autoreconf -v --install || exit 1
Colin Walters6d943772012-07-11 15:33:49 -04003if test -z "$NOCONFIGURE"; then
4 exec ./configure "$@"
5fi