X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=configure.ac;h=5114d4d3370d3c10e315d49ac4a19c21d63cd06d;hb=e94593c666b97ff7885d35e1fafe35ba5643f082;hp=6a4ff01aa5a6d55b988ca0ce03e9979608f6f240;hpb=26f5d8d8a986138bb8072cc6f266c15e9b8711b7;p=8sync.git diff --git a/configure.ac b/configure.ac index 6a4ff01..5114d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,10 @@ -AC_INIT([8sync], [0.1.dev], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.4.2], [cwebber@dustycloud.org]) -PKG_CHECK_MODULES([GUILE], [guile-2.0]) +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])