Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 1 | #!/bin/sh |
Jean-Marc Valin | d31f883 | 2016-11-01 19:00:34 -0400 | [diff] [blame] | 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 | |
Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 6 | # Run this to set up the build system: configure, makefiles, etc. |
Ron | 50b395b | 2013-05-20 12:31:48 +0930 | [diff] [blame] | 7 | set -e |
Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 8 | |
Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 9 | srcdir=`dirname $0` |
Ron | 50b395b | 2013-05-20 12:31:48 +0930 | [diff] [blame] | 10 | test -n "$srcdir" && cd "$srcdir" |
Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 11 | |
Ron | 41ce6e3 | 2013-05-20 12:40:42 +0930 | [diff] [blame] | 12 | echo "Updating build configuration files, please wait...." |
Jean-Marc Valin | a0cbeca | 2010-07-08 11:27:20 -0400 | [diff] [blame] | 13 | |
Ron | 50b395b | 2013-05-20 12:31:48 +0930 | [diff] [blame] | 14 | autoreconf -isf |