Hi! I am using GUILE_SITE_DIR m4 macro in xchat-guile to find out where should i install my guile module. It works perfectly fine except that `make distcheck` fails:
test -z "/usr/share/guile/site/xchat-guile" || /bin/mkdir -p "/usr/share/guile/site/xchat-guile" /usr/bin/install -c '../plugin-system.scm' '/usr/share/guile/site/xchat-guile/plugin-system.scm' /usr/bin/install: cannot create regular file `/usr/share/guile/site/xchat-guile/plugin-system.scm': Permission denied make[3]: *** [install-schemeSCRIPTS] Error 1 make[3]: Leaving directory `/home/zeenix/downloads/xchat-guile/xchat-guile-0.2/_build' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/zeenix/downloads/xchat-guile/xchat-guile-0.2/_build' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/zeenix/downloads/xchat-guile/xchat-guile-0.2/_build' make: *** [distcheck] Error 2 I am no autotools expert but i think DESTDIR env variable is not getting respected. Here is my Makefile.am: http://gitorious.org/projects/xchat-guile/repos/mainline/blobs/master/Makefile.am -- Regards, Zeeshan Ali (Khattak) FSF member#5124
