owntone-server/mkdist.sh.templ

11 lines
286 B
Plaintext
Raw Normal View History

2006-04-10 16:30:29 +00:00
#!/bin/sh
2004-03-19 00:43:57 +00:00
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