guile: support version 3.0.
Includes an update to the guile m4 package, and tweaks the build so that both 2.2 and 3.0 should work fine.
This commit is contained in:
committed by
Dirk-Jan C. Binnema
parent
69b157a346
commit
623cf787ad
@ -69,7 +69,7 @@ SUFFIXES = .x .doc
|
||||
|
||||
# FIXME: GUILE_SITEDIR would be better, but that
|
||||
# breaks 'make distcheck'
|
||||
scmdir=${prefix}/share/guile/site/2.2/
|
||||
scmdir=${prefix}/share/guile/site/${GUILE_EFFECTIVE_VERSION}
|
||||
scm_DATA=mu.scm
|
||||
|
||||
EXTRA_DIST=$(scm_DATA)
|
||||
|
||||
Reference in New Issue
Block a user