Skip to content
Snippets Groups Projects
autogen.sh 413 B
Newer Older
#!/bin/sh
# Copyright (c) 2010-2015 Xiph.Org Foundation and contributors.
# Use of this source code is governed by a BSD-style license that can be
# found in the COPYING file.

# Run this to set up the build system: configure, makefiles, etc.
set -e

srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
Jean-Marc Valin's avatar
Jean-Marc Valin committed
dnn/download_model.sh 7f7b2a1
Ron's avatar
Ron committed
echo "Updating build configuration files, please wait...."
autoreconf -isf