weston/autogen.sh

10 lines
200 B
Bash
Raw Normal View History

2010-09-16 13:10:17 +00:00
#! /bin/sh
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
(
cd "$srcdir" &&
autoreconf --force -v --install
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"