Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 497) +++ trunk/doc/TODO (revision 498) @@ -1,7 +1,6 @@ 1.1.0: - switch over to scconfig - test ./configure --fontdir - - test ./configure --dot_camv_rnd - test libarchdir - revise config.h.in dirs - FEATURE: packager's doc: list external deps for packages; see librnd r34388 [report: fuz] Index: trunk/src/camv-rnd.c =================================================================== --- trunk/src/camv-rnd.c (revision 497) +++ trunk/src/camv-rnd.c (revision 498) @@ -56,10 +56,10 @@ static const char *EXPERIMENTAL = NULL; -static const char *menu_file_paths[] = { "./", "~/.camv-rnd/", NULL, NULL }; +static const char *menu_file_paths[] = { "./", "~/" DOT_CAMV_RND "/", NULL, NULL }; static const char *menu_name_fmt = "menu.lht"; -#define CONF_USER_DIR "~/.camv-rnd" +#define CONF_USER_DIR "~/" DOT_CAMV_RND const char *rnd_conf_userdir_path = CONF_USER_DIR; const char *rnd_conf_user_path = CONF_USER_DIR "/conf_core.lht";