mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 15:47:43 +00:00
Make autogen.sh cut and paste proof
This commit is contained in:
parent
50b395bff6
commit
41ce6e353d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -n "$srcdir" && cd "$srcdir"
|
test -n "$srcdir" && cd "$srcdir"
|
||||||
|
|
||||||
echo "Updating build configuration files for opusfile, please wait...."
|
echo "Updating build configuration files, please wait...."
|
||||||
|
|
||||||
ACLOCAL_FLAGS="-I m4"
|
ACLOCAL_FLAGS="-I m4"
|
||||||
autoreconf -isf
|
autoreconf -isf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue