7fdcd56a99
git-svn-id: https://svn.musicpd.org/mpd/trunk@4386 09075e82-0dd4-0310-85a5-a0d7c8717e4f
9 lines
96 B
Bash
9 lines
96 B
Bash
#!/bin/sh
|
|
if test -e Makefile
|
|
then
|
|
make distclean
|
|
fi
|
|
./autogen.sh --disable-aac
|
|
make
|
|
make dist
|