Last change
on this file since 76148 was 75443, checked in by vboxsync, 6 years ago |
Exported Mesa related code to OSE.
|
-
Property svn:eol-style
set to
LF
-
Property svn:executable
set to
*
|
File size:
232 bytes
|
Line | |
---|
1 | #! /bin/sh
|
---|
2 |
|
---|
3 | srcdir=`dirname "$0"`
|
---|
4 | test -z "$srcdir" && srcdir=.
|
---|
5 |
|
---|
6 | ORIGDIR=`pwd`
|
---|
7 | cd "$srcdir"
|
---|
8 |
|
---|
9 | autoreconf --force --verbose --install || exit 1
|
---|
10 | cd "$ORIGDIR" || exit $?
|
---|
11 |
|
---|
12 | if test -z "$NOCONFIGURE"; then
|
---|
13 | "$srcdir"/configure "$@"
|
---|
14 | fi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.