owntone-server/mkdist.sh

11 lines
288 B
Bash
Raw Normal View History

2004-03-19 00:43:57 +00:00
#!/bin/bash
mv configure.in configure.in.mkdist
2004-03-29 19:50:32 +00:00
cat configure.in.mkdist | sed -e s/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE\(mt-daapd,cvs-`date +%Y%m%d`\)/ > configure.in
2004-03-19 00:43:57 +00:00
./reconf
2006-02-26 08:46:24 +00:00
./configure --with-id3tag=/sw --enable-sqlite --enable-sqlite3
2004-03-19 00:43:57 +00:00
make dist
mv configure.in.mkdist configure.in