weston/autogen.sh

13 lines
178 B
Bash
Raw Normal View History

2010-09-16 17:10:17 +04: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-13 01:24:20 +04:00
$srcdir/configure "$@"