xref: /aosp_15_r20/external/rnnoise/autogen.sh (revision 1295d6828459cc82c3c29cc5d7d297215250a74b)
1#!/bin/sh
2# Run this to set up the build system: configure, makefiles, etc.
3set -e
4
5srcdir=`dirname $0`
6test -n "$srcdir" && cd "$srcdir"
7
8echo "Updating build configuration files for rnnoise, please wait...."
9
10autoreconf -isf
11