how to find the right place for installed scheme files?

Maciej Stachowiak (mstachow@mit.edu)
Mon, 06 Oct 1997 00:57:42 EDT

I want to make my app install some scheme files such that they will be
found by module autoloading. I figure
${guile_prefix}/share/guile/app/${appname} would be a good directory
for this, but I am not sure how to find the place where guile was
installed from an autoconf script. Can anyone suggest something?

- Maciej Stachowiak