Index: trunk/INSTALL =================================================================== --- trunk/INSTALL (revision 799) +++ trunk/INSTALL (revision 800) @@ -1,6 +1,6 @@ Standard installation procedure for camv-rnd. -1. install librnd >=4.0.0 and freetype +1. install librnd >=4.1.0 and freetype Either from a source release at http://www.repo.hu/projects/librnd or from VCS: svn checkout svn://svn.repo.hu/librnd/trunk Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 799) +++ trunk/scconfig/Rev.h (revision 800) @@ -1 +1 @@ -static const int myrev = 703; +static const int myrev = 800; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 799) +++ trunk/scconfig/Rev.tab (revision 800) @@ -1,3 +1,4 @@ +800 configure switch over to librnd 4.1.0 703 configure get rid of ttf support in favor of librnd vector font 697 configure ./configure shouldn't detect librnd as it depends on librnd 678 configure link against librnd-font Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 799) +++ trunk/scconfig/hooks.c (revision 800) @@ -22,7 +22,7 @@ #define version "1.1.4-dev" #define REQ_LIBRND_MAJOR 4 -#define REQ_LIBRND_MINOR 0 +#define REQ_LIBRND_MINOR 1 const arg_auto_set_t disable_libs[] = { /* list of --disable-LIBs and the subtree they affect */