repo.or.cz
/
libexssl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix
[libexssl.git]
/
Jamrules.configure
blob
59ebf77a0edc2f27b9b2a24284d75e59a9237d1d
1
rule -configure- {
2
if ! $(PREFIX) {
3
PREFIX = /usr/local ;
4
}
5
local pp = [ Command "echo $(PREFIX) | sed \"s/\\//\\\\\\\\\\\//g\"" : dummy ] ;
6
Command "sed \"s/@prefix/\\$(pp)/\" ./libexssl.pc.in > ./libexssl.pc" ;
7
-configure-pkg-config-necessary-
8
"libex" "libex"
9
"libssl" "libssl"
10
;
11
}
12
13
configure ;