autogen.sh: replace this by a simple call to autoreconf
[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 autoreconf -i
6 #$srcdir/configure "$@" && echo