X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=configure.ac;h=5114d4d3370d3c10e315d49ac4a19c21d63cd06d;hb=e94593c666b97ff7885d35e1fafe35ba5643f082;hp=df9a2be1c54ed3e35221f0b53e29cac37c72128e;hpb=b0461d078f7d18a1e7f73d254c870df43b406e57;p=8sync.git diff --git a/configure.ac b/configure.ac index df9a2be..5114d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,10 @@ -AC_INIT([8sync], [0.4.1], [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])