weston/autogen.sh

13 lines
178 B
Bash
Raw Normal View History

2010-09-16 13:10:17 +00:00
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf --force -v --install || exit 1
cd $ORIGDIR || exit $?
2010-10-12 21:24:20 +00:00
$srcdir/configure "$@"