repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.32
[lilypond.git]
/
configure
blob
2857ad2aa4ee85a66ac059fb273620d179c6c171
1
#!/bin/sh
2
3
PREFIX
=
${PREFIX:-.}
4
echo
using PREFIX
=
$PREFIX
5
6
NEEDFLOWERVER
=
1.0.26
7
flowertar
=
flower-
$NEEDFLOWERVER
8
here
=
`pwd`
9
cd
..
10
if
[
-x
flower
]
11
then
12
echo
Found flowerdir
13
else
14
15
if
[ !
-d
$flowertar
]
16
then
17
echo
"can't find
$flowertar
"
18
exit
1
;
19
fi
20
rm
flower
21
ln
-s
$flowertar
flower
22
23
fi
24
echo
Compiling Library
25
(
cd
flower
;
make
)
26
27
cd
$here
28
29
echo
'#define LIBDIR "'
$PREFIX
'/"'
>
hdr
/
config.hh
30
touch
Site.
make
31
make
-f
Initial.
make