mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 14:45:55 -05:00
10 lines
126 B
Plaintext
Executable File
10 lines
126 B
Plaintext
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
rm -f config.status
|
|
#rm -f acconfig.h
|
|
libtoolize --force
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|