owntone-server/mkdist.sh.templ

11 lines
286 B
Plaintext
Raw Normal View History

2006-04-10 12:30:29 -04:00
#!/bin/sh
2004-03-18 19:43:57 -05:00
mv configure.in configure.in.mkdist
2004-03-29 14:50:32 -05: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-18 19:43:57 -05:00
./reconf
2006-02-26 03:46:24 -05:00
./configure --with-id3tag=/sw --enable-sqlite --enable-sqlite3
2004-03-18 19:43:57 -05:00
make dist
mv configure.in.mkdist configure.in