Wave64 patch from Janne Hyvrinen <cse@sci.fi>.
[platform/upstream/flac.git] / autogen.sh
index 7c85340..ab52ab6 100755 (executable)
@@ -1,3 +1,14 @@
 #!/bin/sh
+# Run this to set up the build system: configure, makefiles, etc.
+# We trust that the user has a recent enough autoconf & automake setup
+# (not older than a few years...)
+set -e
 
-gettextize --intl && aclocal && autoconf && autoheader && automake --foreign --include-deps --add-missing --copy
+srcdir=`dirname $0`
+test -n "$srcdir" && cd "$srcdir"
+
+echo "Updating build configuration files for FLAC, please wait...."
+
+touch config.rpath
+autoreconf -isf
+#./configure "$@" && echo