blob: ab52ab6060fbb050413b15cba4c5869683596180 [file] [log] [blame]
Josh Coalson176eb562001-06-06 19:54:54 +00001#!/bin/sh
Josh Coalsonc7c1a8a2006-11-17 06:50:19 +00002# Run this to set up the build system: configure, makefiles, etc.
Max Horn66c0a582012-12-12 21:33:52 +01003# We trust that the user has a recent enough autoconf & automake setup
4# (not older than a few years...)
Timothy B. Terriberryd75cb672013-02-07 12:33:03 -08005set -e
6
7srcdir=`dirname $0`
8test -n "$srcdir" && cd "$srcdir"
9
10echo "Updating build configuration files for FLAC, please wait...."
11
Erik de Castro Lopoa53e85b2013-01-17 20:13:33 +110012touch config.rpath
Timothy B. Terriberryd75cb672013-02-07 12:33:03 -080013autoreconf -isf
14#./configure "$@" && echo