mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
|
#!/bin/bash
|
||
|
rm -f config.cache
|
||
|
rm -f config.status
|
||
|
#rm -f acconfig.h
|
||
|
aclocal
|
||
|
autoconf
|
||
|
autoheader
|
||
|
automake -a
|