blob: 380d1f3ca6dccbc471ecf2deade836d8ed8f2a20 [file] [log] [blame]
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -04001#!/bin/sh
Jean-Marc Valind31f8832016-11-01 19:00:34 -04002# 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
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -04006# Run this to set up the build system: configure, makefiles, etc.
Ron50b395b2013-05-20 12:31:48 +09307set -e
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -04008
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -04009srcdir=`dirname $0`
Ron50b395b2013-05-20 12:31:48 +093010test -n "$srcdir" && cd "$srcdir"
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -040011
Ron41ce6e32013-05-20 12:40:42 +093012echo "Updating build configuration files, please wait...."
Jean-Marc Valina0cbeca2010-07-08 11:27:20 -040013
Ron50b395b2013-05-20 12:31:48 +093014autoreconf -isf