xref: /aosp_15_r20/external/libopus/autogen.sh (revision a58d3d2adb790c104798cd88c8a3aff4fa8b82cc)
1#!/bin/sh
2# Copyright (c) 2010-2015 Xiph.Org Foundation and contributors.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the COPYING file.
5
6# Run this to set up the build system: configure, makefiles, etc.
7set -e
8
9srcdir=`dirname $0`
10test -n "$srcdir" && cd "$srcdir"
11
12dnn/download_model.sh "735117b"
13
14echo "Updating build configuration files, please wait...."
15
16autoreconf -isf
17