1 rule -configure-options-help- {
2 Echo "jam configure supports:" ;
3 Echo " --prefix=dir [/usr/local]" ;
9 #-configure-pkg-config- "Pango" : "pango >= 1.34.1" : : : "you need at least pango 1.34.1!" ;
10 -configure-add-line- "# other" ;
11 -configure-add-line- "CFLAGS.all += -pthread ;" ;
12 -configure-add-line- "LINKFLAGS.all += -pthread ;" ;
13 -configure-add-line- "LINKLIBS.all += -lanl ; # getaddrinfo_a" ;
14 -configure-add-line- "LINKFLAGS.all += -lz ;" ; # polarssl
15 #-configure-add-line- "LINKLIBS.all += -lrt ; # for glib < 2.17" ;
16 # Echo-n "checking for git and repo ..." ;
17 # if [ Command which git : no-output exit-code ] == 0 {
18 # if [ Command test -d $(TOP)/.git : no-output exit-code ] == 0 {
23 # -configure-add-line- "_USE_GIT_VERSION = $(githere) ;" ;
24 -configure-add-line- "_USE_GIT_VERSION = ;" ;
28 rule -configure-preinit- {