tagscan: don't allow short names starting with dot
[k8muffin.git] / Jamrules.configure
blobfc9a5b794147c8e78e8b29ec303fb88b4b6605ff
1 rule -configure-options-help- {
2   Echo "jam configure supports:" ;
3   Echo "  --prefix=dir      [/usr/local]" ;
4   Exit "" ;
8 rule -configure- {
9   -configure-pkg-config- "TagLib C" : taglib_c : : : "you need TagLib C to compile this!" ;
10   -configure-pkg-config- "FUSE" : fuse : : : "you need FUSE to compile this!" ;
11   -configure-add-line- "# other" ;
12   -configure-add-line- "WINDOZE = ;" ;
13   -configure-add-line- "DEFINES += _FILE_OFFSET_BITS=64 ;" ;
14   -configure-add-line- "CFLAGS.all += -pthread ;" ;
15   -configure-add-line- "LINKFLAGS.all += -pthread ;" ;
19 rule -configure-preinit- {
23 configure ;