VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/autogen.sh@ 95281

最後變更 在這個檔案從95281是 75443,由 vboxsync 提交於 6 年 前

Exported Mesa related code to OSE.

  • 屬性 svn:eol-style 設為 LF
  • 屬性 svn:executable 設為 *
檔案大小: 232 位元組
 
1#! /bin/sh
2
3srcdir=`dirname "$0"`
4test -z "$srcdir" && srcdir=.
5
6ORIGDIR=`pwd`
7cd "$srcdir"
8
9autoreconf --force --verbose --install || exit 1
10cd "$ORIGDIR" || exit $?
11
12if test -z "$NOCONFIGURE"; then
13 "$srcdir"/configure "$@"
14fi
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette