repo.or.cz
/
mesa
/
omx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Include hi10 defines.
[mesa/omx.git]
/
autogen.sh
blob
626d21334992a160241c02a78b0cb4dc7d5fceff
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
if
test -z
"
$NOCONFIGURE
"
;
then
13
"
$srcdir
"
/
configure
"$@"
14
fi