diff options
| author | claude-bot <[email protected]> | 2026-07-13 12:40:00 +0000 |
|---|---|---|
| committer | claude-bot <[email protected]> | 2026-07-13 12:40:00 +0000 |
| commit | 740291cf2ae7f360b4ab119746da9ac2ef6611e4 (patch) | |
| tree | 2fd7c57651516fbef1d0716e3276c24b8f71ed52 /autogen.sh | |
| download | ogg-740291cf2ae7f360b4ab119746da9ac2ef6611e4.tar.gz ogg-740291cf2ae7f360b4ab119746da9ac2ef6611e4.zip | |
Snapshot for re3/reVC vendoring, per @lzcnt.
Source: https://github.com/xiph/ogg (36f969bb37559345ee03796ed625a9abd42c6db9).
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f6490cc --- /dev/null +++ b/autogen.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# Run this to set up the build system: configure, makefiles, etc. +set -e + +package="libogg" + +srcdir=`dirname $0` +test -n "$srcdir" && cd "$srcdir" + +echo "Updating build configuration files for $package, please wait...." + +mkdir -p m4 +autoreconf -if |
