lilypond-0.0.25
[lilypond.git] / configure
blob1f7f7b52381068e462427f8ac69e1d904547c5ac
1 #!/bin/sh
4 NEEDFLOWERVER=1.0.21
5 flowertar=flower-$NEEDFLOWERVER
6 here=`pwd`
7 if [ -x ../flower ]
8 then
9 echo Found flowerdir
10 else
11 cd ../
12 if [ ! -f $flowertar ]
13 then
14 echo "can't find $flowertar"
15 exit 1;
17 rm flower
18 ln -s $flowertar flower
21 echo Compiling Library
22 cd flower; make
23 cd $here
25 PREFIX="."
26 echo '#define LIBDIR "'$PREFIX'/"'> hdr/config.hh
28 touch depend
29 make -f Initial.make