projects
/
platform
/
core
/
uifw
/
libtbm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
don't use tbm api in bufmgr_debug_show
[platform/core/uifw/libtbm.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 -v --install || exit 1
10
cd $ORIGDIR || exit $?
11
12
$srcdir/configure --enable-maintainer-mode "$@"