1 rule -configure-options-help- {
2 Echo "jam configure supports:" ;
3 Echo " --prefix=dir [/usr/local]" ;
9 -configure-pkg-config- "GTK+2" : gtk+-2.0 : : : "you need GTK+2 to compile this!" ;
10 -configure-pkg-config- "Poppler-glib" : poppler-glib : : : "you need Poppler for GLib to compile this!" ;
11 -configure-pkg-config- "GThread2" : gthread-2.0 : : : "you need GThread2 to compile this!" ;
13 -configure-add-line- "LINKLIBS.all += -lm ;" ;
17 rule -configure-preinit- {