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
044953b3
...
044953b3fee4a1b0b032b4c451b07e306ce4eaab
authored
2002-01-21 14:54:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mail.local.
1 parent
c8d9b8af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
Makefile.am
configure.in
Makefile.am
View file @
044953b
AUTOMAKE_OPTIONS
=
gnu 1.4
ACLOCAL_AMFLAGS
=
-I m4
SUBDIRS
=
include doc m4 lib MySql argp mailbox frm from pop3d imap4d mail sieve
\
scripts libmu_scm guimb messages comsat readmsg
SUBDIRS
=
include doc m4 lib MySql argp mailbox frm from pop3d imap4d
\
mail sieve scripts libmu_scm guimb messages comsat readmsg
\
mail.local
EXTRA_DIST
=
mailutils.spec mailutils.spec.in README-alpha COPYING.FDL
...
...
configure.in
View file @
044953b
...
...
@@ -291,16 +291,19 @@ AC_SUBST(GUILE_INCLUDES)
AC_SUBST(GUILE_LIBS)
AC_SUBST(GUIMB)
AC_SUBST(MU_SCM)
AC_SUBST(LIBMU_SCM)
AC_SUBST(GUILE_PROCEDURES_TXT)
AC_SUBST(GUILE_BUILT_SOURCES)
if test x"$useguile" = x"yes"; then
AC_PATH_PROG(GUILE_CONFIG, guile-config, no, $PATH)
AC_CHECK_HEADER(libguile.h, :, [GUILE_CONFIG=no])
if test x$GUILE_CONFIG != xno; then
AC_DEFINE(WITH_GUILE)
GUILE_INCLUDES=`guile-config compile`
GUILE_LIBS=`guile-config link`
GUIMB=guimb
MU_SCM=libmu_scm.a
LIBMU_SCM=../libmu_scm/libmu_scm.a
GUILE_PROCEDURES_TXT=guile-procedures.txt
GUILE_BUILT_SOURCES='$(DOT_X_FILES) $(DOT_DOC_FILES)'
fi
...
...
@@ -322,4 +325,4 @@ AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
frm/Makefile sieve/Makefile messages/Makefile scripts/Makefile
libmu_scm/Makefile guimb/Makefile guimb/scm/Makefile
readmsg/Makefile
MySql/Makefile mh/Makefile comsat/Makefile)
MySql/Makefile mh/Makefile comsat/Makefile
mail.local/Makefile
)
...
...
Please
register
or
sign in
to post a comment