repo.or.cz
/
mesa-demos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "wglgears: show stereo-option in usage"
[mesa-demos.git]
/
autogen.sh
blob
1665a104d414e89dac9ad508f465605a96541b8a
1
#! /bin/sh
2
3
srcdir
=
`dirname "
$0
"`
4
test -z
"
$srcdir
"
&&
srcdir
=
.
5
6
ORIGDIR
=
`pwd`
7
MAKEFLAGS
=
""
8
cd
$srcdir
9
10
autoreconf
-v --install
||
exit
1
11
cd
$ORIGDIR
||
exit
$?
12
13
if
test -z
"
$NOCONFIGURE
"
;
then
14
"
$srcdir
"
/
configure
"$@"
15
fi