[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. rel-2_1-80-g0f22720
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. rel-2_1-80-g0f22720 |
Date: |
Tue, 11 May 2010 11:38:14 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=0f227206d9cfb38b7023ce60de75877130647dfe
The branch, master has been updated
via 0f227206d9cfb38b7023ce60de75877130647dfe (commit)
from 622ccfa2e9a3d07b396aa25d08351147caba43ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0f227206d9cfb38b7023ce60de75877130647dfe
Author: Sergey Poznyakoff <address@hidden>
Date: Tue May 11 14:37:23 2010 +0300
Fix GINT_INIT usage.
* gint: Update to 4e48677eee5a
* configure.ac (--without-guile): Remove option. Handled by GINT_INIT.
(GINT_INIT): Don't call it within a conditional.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 34 +++++++++++-----------------------
gint | 2 +-
2 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/configure.ac b/configure.ac
index ad31075..aae7cd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,16 +306,6 @@ if test "$WITH_GNUTLS" != "no"; then
AC_DEFINE(WITH_TLS,1,[Define if mailutils is using TLS])
fi
-AC_ARG_WITH([guile],
- AC_HELP_STRING([--without-guile],
- [do not build guile interface]),
- [
-case "${withval}" in
- yes) useguile=yes ;;
- no) useguile=no ;;
- *) AC_MSG_ERROR(bad value ${withval} for --without-guile) ;;
-esac],[useguile=yes])
-
AC_SUBST(SITE_MAIL_RC)
AC_ARG_WITH([mail-rc],
AC_HELP_STRING([--with-mail-rc=FILE],
@@ -1078,19 +1068,17 @@ AC_SUBST([LIBMU_SCM])
AC_SUBST([LIBMU_SCM_DEPS])
AC_SUBST([MU_GUILE_SIEVE_MOD_DIR])
AC_SUBST([MU_GUILE_SIEVE_MOD_DATA])
-if test "$useguile" != "no"; then
- GINT_INIT([gint],[1.8],
- [useguile=yes
- AC_DEFINE([WITH_GUILE],1,[Enable Guile support])
- GUILE_BINDIR=`guile-config info bindir`
- 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} ${MU_LIB_MAILER}'
- MU_GUILE_SIEVE_MOD_DIR='$(GUILE_SITE)/$(PACKAGE)/sieve-modules'
- MU_GUILE_SIEVE_MOD_DATA='$(MU_GUILE_SIEVE_MOD_DATA_X)'
- GINT_INCLUDES='${MU_APP_COMMON_INCLUDES}'
- GINT_LDADD=../lib/libmuaux.la
- ],[useguile=no])
-fi
+GINT_INIT([gint],[1.8 with-guile],
+ [useguile=yes
+ AC_DEFINE([WITH_GUILE],1,[Enable Guile support])
+ GUILE_BINDIR=`guile-config info bindir`
+ 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} ${MU_LIB_MAILER}'
+ MU_GUILE_SIEVE_MOD_DIR='$(GUILE_SITE)/$(PACKAGE)/sieve-modules'
+ MU_GUILE_SIEVE_MOD_DATA='$(MU_GUILE_SIEVE_MOD_DATA_X)'
+ GINT_INCLUDES='${MU_APP_COMMON_INCLUDES}'
+ GINT_LDADD=../lib/libmuaux.la
+ ],[useguile=no])
AM_CONDITIONAL([MU_COND_LIBMU_SCM],[test "$useguile" = "yes"])
diff --git a/gint b/gint
index 4254b05..4e48677 160000
--- a/gint
+++ b/gint
@@ -1 +1 @@
-Subproject commit 4254b0590e609b82dac3d688ecb401c9eefb7e25
+Subproject commit 4e48677eee5abf6a7190fc200d3085cc43643322
hooks/post-receive
--
GNU Mailutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. rel-2_1-80-g0f22720,
Sergey Poznyakoff <=