In build/common.m4:
> @@ -75,6 +75,7 @@ AC_DEFUN([GP_CHECK_MINGW], > *mingw*) > AC_DEFINE([WIN32], [1], [we are cross compiling for WIN32]) > AM_CONDITIONAL([MINGW], true) > + AC_SUBST([docdir], '${prefix}/doc/geany-plugins')
this dosn't seem to match what DOCDIR
is set to below, what's up with this?
—
Reply to this email directly or view it on GitHub.