etlegacy-libs/ogg/autogen.sh
Orestes Zoupanos 5ad478f95b updated to latest libogg changes (build fixes)
This commit add all commits from latest stable 1.3.3 release.
These concern only build fixes.

Commits f4dbd92 to 83605a7 from https://git.xiph.org/ogg.git
2015-07-12 19:14:43 +02:00

13 lines
267 B
Bash
Executable file

#!/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...."
ACLOCAL_FLAGS="-I m4"
autoreconf -if