projects
/
platform
/
upstream
/
weston.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8b6f58f69100dded9c326346bf4c957fa8ab4dd3
[platform/upstream/weston.git]
/
autogen.sh
1
#! /bin/sh
2
3
srcdir=`dirname $0`
4
test -z "$srcdir" && srcdir=.
5
6
ORIGDIR=`pwd`
7
cd $srcdir
8
9
autoreconf --force -v --install || exit 1
10
cd $ORIGDIR || exit $?
11
12
$srcdir/configure "$@"