More Microsoft Visual Studio project file updates.
[platform/upstream/flac.git] / autogen.sh
1 #!/bin/sh
2 # Run this to set up the build system: configure, makefiles, etc.
3 # We trust that the user has a recent enough autoconf & automake setup
4 # (not older than a few years...)
5 set -e
6
7 srcdir=`dirname $0`
8 test -n "$srcdir" && cd "$srcdir"
9
10 echo "Updating build configuration files for FLAC, please wait...."
11
12 touch config.rpath
13 autoreconf -isf
14 #./configure "$@" && echo