X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=configure.ac;h=004fec1707fda3025ed61a80509bb19435bf7453;hp=684ac24ad68a34acdd5d20a81f7054a2e812a472;hb=refs%2Fheads%2Fmaster;hpb=29745029f85cbc462bcfa0c75f92156ea2c6b494 diff --git a/configure.ac b/configure.ac index 684ac24..ed3eba0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,12 @@ -AC_INIT([8sync], [0.3.0], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.4.2], [cwebber@dustycloud.org]) -PKG_CHECK_MODULES([GUILE], [guile-2.2]) +AC_CANONICAL_HOST + +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])