mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
8 lines
246 B
Bash
Executable File
8 lines
246 B
Bash
Executable File
#!/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...)
|
|
touch config.rpath
|
|
autoreconf -i
|
|
#$srcdir/configure "$@" && echo
|