source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/autogen.sh@
95281
最後變更 在這個檔案從95281是 75443,由 提交於 6 年 前 | |
---|---|
|
|
檔案大小: 232 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器