mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 15:15:57 -05:00
9 lines
109 B
Bash
Executable File
9 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
rm -f config.cache
|
|
rm -f config.status
|
|
#rm -f acconfig.h
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|