mpd/autogen.sh
Max Kellermann e5b1d30f1b autogen.sh: simplify, no versioned program names
This was just too complex and fragile.  Anybody who has versioned
program names shall just call those programs manually.
2014-01-27 09:25:15 +01:00

12 lines
125 B
Bash
Executable File

#!/bin/sh
set -e
rm -rf config.cache build
mkdir build
aclocal -I m4
autoheader
automake --add-missing --foreign
autoconf