source:
vbox/trunk/src/libs/libvorbis-1.3.7/autogen.sh@
98827
最後變更 在這個檔案從98827是 96468,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 245 位元組 |
行 | |
---|---|
1 | #!/bin/sh |
2 | # Run this to set up the build system: configure, makefiles, etc. |
3 | set -e |
4 | |
5 | package="vorbis" |
6 | |
7 | srcdir=`dirname $0` |
8 | test -n "$srcdir" && cd "$srcdir" |
9 | |
10 | echo "Updating build configuration files for $package, please wait...." |
11 | |
12 | autoreconf -if |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器