etlegacy-libs/vorbis/autogen.sh

13 lines
245 B
Bash
Raw Normal View History

2013-01-24 15:44:19 +00:00
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
2018-07-15 15:28:40 +00:00
set -e
2013-01-24 15:44:19 +00:00
package="vorbis"
srcdir=`dirname $0`
2018-07-15 15:28:40 +00:00
test -n "$srcdir" && cd "$srcdir"
2013-01-24 15:44:19 +00:00
2018-07-15 15:28:40 +00:00
echo "Updating build configuration files for $package, please wait...."
2013-01-24 15:44:19 +00:00
2018-07-15 15:28:40 +00:00
autoreconf -if