Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f433cd50
...
f433cd501a3d57637d3b6fbc39fb5898e1b32e57
authored
2006-04-21 22:02:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change
1 parent
a36f98f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
configure.ac
configure.ac
View file @
f433cd5
...
...
@@ -984,7 +984,7 @@ AC_SUBST(GUIMB)
AC_SUBST(MU_SCM)
AC_SUBST(LIBMU_SCM)
AC_SUBST(LIBMU_SCM_DEPS)
AC_SUBST(GUILE_
PKG
DATA)
AC_SUBST(GUILE_
SITE_
DATA)
AC_SUBST(GUILE_BUILT_SOURCES)
if test x"$useguile" = x"yes"; then
...
...
@@ -997,8 +997,8 @@ if test x"$useguile" = x"yes"; then
MU_SCM=libmu_scm.la
LIBMU_SCM=../libmu_scm/libmu_scm.la
LIBMU_SCM_DEPS='${MU_LIB_MBOX} ${MU_LIB_IMAP} ${MU_LIB_POP} ${MU_LIB_MH} ${MU_LIB_MAILDIR}'
GUILE_
PKGDATA="guile-procedures.txt mailutils.scm"
GUILE_BUILT_SOURCES='$(
DOT_X_FILES) $(DOT_DOC_FILES
)'
GUILE_
SITE_DATA='$(GUILE_SITE_DATA_X)'
GUILE_BUILT_SOURCES='$(
GUILE_BUILT_SOURCES_X
)'
case "$GUILE_VERSION" in
14) GUILE_SNARF_VERSION="1.4";;
16|17) GUILE_SNARF_VERSION="1.6";;
...
...
Please
register
or
sign in
to post a comment