Last change
on this file since 105770 was 96468, checked in by vboxsync, 2 years ago |
libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275
|
-
Property svn:eol-style
set to
LF
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
245 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.