fix
[libexssl.git] / Jamrules.configure
blob59ebf77a0edc2f27b9b2a24284d75e59a9237d1d
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     ;
13 configure ;