Index: Rev.h =================================================================== --- Rev.h (revision 32168) +++ Rev.h (revision 32169) @@ -1 +1 @@ -static const int myrev = 32120; +static const int myrev = 32169; Index: Rev.tab =================================================================== --- Rev.tab (revision 32168) +++ Rev.tab (revision 32169) @@ -1,3 +1,4 @@ +32169 configure hid_lesstif is part of the hidlib 32120 configure removing the old drc in favor of drc_query 32113 configure removing custom per hid attribute editor in favor of generic central propedit 32103 configure librnd DAD API transition (label cleanup) Index: hooks.c =================================================================== --- hooks.c (revision 32168) +++ hooks.c (revision 32169) @@ -345,7 +345,7 @@ print_sum_setting("/local/pcb/want_parsgen", "Regenerating languages with bison & flex"); print_sum_setting("/local/pcb/debug", "Compilation for debugging"); - print_sum_setting_or("/local/pcb/symbols", "Include debug symbols", istrue(get("/local/pcb/debug"))); + print_sum_setting_or("/local/pcb/symbols", "Include debug symbols", istrue(get("/local/pcb/debug"))); print_sum_cfg_val("/local/pcb/coord_bits", "Coordinate type bits"); print_sum_cfg_val("/local/pcb/dot_pcb_rnd", ".pcb_rnd config dir under $HOME"); Index: plugins.h =================================================================== --- plugins.h (revision 32168) +++ plugins.h (revision 32169) @@ -133,7 +133,7 @@ plugin_def("hid_batch", "batch process (no-gui HID)", sbuildin, 1, 1) plugin_def("hid_gtk2_gdk", "GTK2 GUI, software render", sbuildin, 1, 1) plugin_def("hid_gtk2_gl", "GTK2 GUI, opengl render", sbuildin, 1, 1) -plugin_def("hid_lesstif", "the lesstif gui", sbuildin, 1, 0) +plugin_def("hid_lesstif", "the lesstif gui", sbuildin, 1, 1) plugin_def("hid_remote", "remote HID server", sdisable, 0, 0) @@ -166,7 +166,7 @@ plugin_dep("hid_gtk2_gdk", "lib_gtk_common", 01) plugin_dep("hid_gtk2_gl", "lib_gtk_common", 01) plugin_dep("hid_gtk2_gl", "lib_hid_gl", 01) -plugin_dep("hid_lesstif", "lib_hid_common", 0) +plugin_dep("hid_lesstif", "lib_hid_common", 01) plugin_dep("import_dsn", "lib_compat_help", 0) plugin_dep("import_dsn", "lib_gensexpr", 0) plugin_dep("import_ipcd356", "lib_compat_help", 0)