Index: trunk/config.sh.in =================================================================== --- trunk/config.sh.in (nonexistent) +++ trunk/config.sh.in (revision 475) @@ -0,0 +1,6 @@ +print [@ +# *** Autogenerated by scconfig *** DO NOT EDIT *** +# camv-rnd config for shell scripts +librnd_root=@libs/sul/librnd-3rd/root@ +librnd_libdir=$librnd_root/lib/librnd3 +@] Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 474) +++ trunk/doc/TODO (revision 475) @@ -1,5 +1,12 @@ 1.1.0: - switch over to scconfig + - test ./configure --fontdir + - test ./configure --dot_camv_rnd + - test libarchdir + - revise config.h.in dirs + - replace byacc with byaccic: + - gcode + - gerber - BUG: hard coded libfreetype paths in Makefile.dep [report: Vuokko] - librnd 3.2.0: - probably need scconfig for the optional exporters @@ -10,12 +17,6 @@ + merge sch-rnd r4212 [report: Alain] - copy the action doc scripts from pcb-rnd - document the Layer() action from layersel - - scconfig switchover: - - replace byacc with byaccic: - - gcode - - gerber - - test ./configure --fontdir - - test ./configure --dot_camv_rnd later: - BUG: {i c p}, tree tab, layer colors, [4], edit at user role: saves a conf array with empty nodes up to [4] [report: Alain] Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 474) +++ trunk/scconfig/hooks.c (revision 475) @@ -188,13 +188,12 @@ put("/local/pup/sccbox", "../../scconfig/sccbox"); -/* printf("Generating config.h... %s\n", IS_OK(&generr, tmpasm(NULL, "../config.h.in", "../config.h"))); printf("Generating config.sh... %s\n", IS_OK(&generr, tmpasm(NULL, "../config.sh.in", "../config.sh"))); - printf("Generating src/Makefile... %s\n", IS_OK(&generr, tmpasm(NULL, "../src/Makefile.in", "../src/Makefile"))); printf("Generating Makefile.conf... %s\n", IS_OK(&generr, tmpasm(NULL, "../Makefile.conf.in", "../Makefile.conf"))); -*/ +/* printf("Generating src/Makefile... %s\n", IS_OK(&generr, tmpasm(NULL, "../src/Makefile.in", "../src/Makefile"))); */ + if (!generr) { printf("\n\n"); printf("=====================\n");