X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=configure.ac;h=5114d4d3370d3c10e315d49ac4a19c21d63cd06d;hb=e94593c666b97ff7885d35e1fafe35ba5643f082;hp=633a29c3b20006c6ebf8f9e3f6e40b78dc16aa88;hpb=e33128f79456e11ce76358a63c5d82d46a125e95;p=8sync.git diff --git a/configure.ac b/configure.ac index 633a29c..5114d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,10 @@ -AC_INIT([8sync], [0.2.0], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.4.2], [cwebber@dustycloud.org]) -PKG_CHECK_MODULES([GUILE], [guile-2.2]) +GUILE_PKG([3.0 2.2]) +guilemoduledir="${datarootdir}/guile/site/$GUILE_EFFECTIVE_VERSION" +guileobjectdir="${libdir}/guile/$GUILE_EFFECTIVE_VERSION/site-ccache" +AC_SUBST([guilemoduledir]) +AC_SUBST([guileobjectdir]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])