owntone-server/reconf.sh.templ

10 lines
132 B
Plaintext
Raw Normal View History

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