repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i965: enable polygon offset on sandybridge
[mesa/nouveau-pmpeg.git]
/
autogen.sh
blob
c76bf8b07bd001c641babb4f129f426036d513c4
1
#! /bin/sh
2
3
srcdir
=
`dirname "
$0
"`
4
test -z
"
$srcdir
"
&&
srcdir
=
.
5
6
SRCDIR
=
`(cd "
$srcdir
" && pwd)`
7
ORIGDIR
=
`pwd`
8
9
if
test
"x
$SRCDIR
"
!=
"x
$ORIGDIR
"
;
then
10
echo
"Mesa cannot be built when srcdir != builddir"
1
>&
2
11
exit
1
12
fi
13
14
MAKEFLAGS
=
""
15
16
autoreconf
-v --install
||
exit
1
17
18
"
$srcdir
"
/
configure
"$@"