Files
flac/autogen.sh

7 lines
227 B
Bash
Raw Normal View History

2001-06-06 19:54:54 +00:00
#!/bin/sh
2006-11-17 06:50:19 +00:00
# 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...)
autoreconf -i
#$srcdir/configure "$@" && echo