mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
11 lines
286 B
Plaintext
Executable File
11 lines
286 B
Plaintext
Executable File
#!/bin/sh
|
|
|
|
mv configure.in configure.in.mkdist
|
|
cat configure.in.mkdist | sed -e s/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE\(mt-daapd,cvs-`date +%Y%m%d`\)/ > configure.in
|
|
./reconf
|
|
./configure --with-id3tag=/sw --enable-sqlite --enable-sqlite3
|
|
make dist
|
|
mv configure.in.mkdist configure.in
|
|
|
|
|