owntone-server/mkdist.sh

11 lines
255 B
Bash
Raw Normal View History

2004-03-18 19:43:57 -05:00
#!/bin/bash
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
2004-04-02 01:48:24 -05:00
./configure --with-id3tag=/sw
2004-03-18 19:43:57 -05:00
make dist
mv configure.in.mkdist configure.in