documentation_tools_flac.html : Document --ignore-chunk-sizes command line option.
[flac.git] / autogen.sh
blobab52ab6060fbb050413b15cba4c5869683596180
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
7 srcdir=`dirname $0`
8 test -n "$srcdir" && cd "$srcdir"
10 echo "Updating build configuration files for FLAC, please wait...."
12 touch config.rpath
13 autoreconf -isf
14 #./configure "$@" && echo