owntone-server/reconf.sh.templ

10 lines
132 B
Plaintext
Raw Normal View History

#!/bin/sh
2003-10-13 15:03:14 +00:00
rm -f config.cache
rm -f config.status
#rm -f acconfig.h
2006-05-01 08:07:56 +00:00
libtoolize --force
aclocal -I m4
2003-10-13 15:03:14 +00:00
autoconf
autoheader
automake -a