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
3dc37715
...
3dc377159eb6afba231bcbdaf6a2d4331c0c337d
authored
2016-10-19 19:20:58 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename MU_APP_NEW_LIBRARIES back to MU_APP_LIBRARIES. Version 2.99.991.
1 parent
dc78d43f
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
27 deletions
NEWS
comsat/Makefile.am
configure.ac
dotlock/Makefile.am
examples/Makefile.am
frm/Makefile.am
gnulib.modules
imap4d/Makefile.am
lib/Makefile.am
maidag/Makefile.am
mail/Makefile.am
messages/Makefile.am
mimeview/Makefile.am
movemail/Makefile.am
movemail/movemail.c
mu/Makefile.am
po/POTFILES.in
pop3d/Makefile.am
readmsg/Makefile.am
sieve/Makefile.am
NEWS
View file @
3dc3771
GNU mailutils NEWS -- history of user-visible changes. 2016-
01-22
GNU mailutils NEWS -- history of user-visible changes. 2016-
10-19
Copyright (C) 2002-2016 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 2.99.99 (Git)
Version 2.99.99
1
(Git)
This version is a major rewrite of GNU Mailutils. Quite a few parts
of the basic framework were rewritten from scratch, while some others
...
...
comsat/Makefile.am
View file @
3dc3771
...
...
@@ -31,7 +31,7 @@ biff.rc.h: $(top_srcdir)/comsat/biff.rc
$(top_srcdir)
/comsat/biff.rc > biff.rc.h
comsatd_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
configure.ac
View file @
3dc3771
...
...
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
AC_INIT([GNU Mailutils], [2.99.99], [bug-mailutils@gnu.org], [mailutils],
AC_INIT([GNU Mailutils], [2.99.99
1
], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
...
...
@@ -57,8 +57,7 @@ AC_SUBST(mu_aux_dir,'$(top_srcdir)/mu-aux')
AC_SUBST(MU_SIEVE_MODDIR,'$(libdir)/$(PACKAGE)')
AC_SUBST(MU_COMMON_LIBRARIES,'$(LTLIBINTL) $(LTLIBICONV)')
AC_SUBST(MU_APP_LIBRARIES,'${top_builddir}/libmu_argp/libmu_argp.la ${top_builddir}/libmu_cfg/libmu_cfg.la ${top_builddir}/lib/libmuaux.la')
AC_SUBST(MU_APP_NEW_LIBRARIES,'${top_builddir}/lib/libmuaux.la')
AC_SUBST(MU_APP_LIBRARIES,'${top_builddir}/lib/libmuaux.la')
# There are two sets of include directories: MU_LIB_COMMON_INCLUDES, used
# by the libraries, and MU_APP_COMMON_INCLUDES, which is used by applications.
...
...
dotlock/Makefile.am
View file @
3dc3771
...
...
@@ -20,7 +20,7 @@ AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
bin_PROGRAMS
=
dotlock
dotlock_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MAILUTILS
}
\
@MU_COMMON_LIBRARIES@
...
...
examples/Makefile.am
View file @
3dc3771
...
...
@@ -113,14 +113,14 @@ lsf_LDADD = \
muauth_CPPFLAGS
=
@MU_APP_COMMON_INCLUDES@
muauth_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
muemail_CPPFLAGS
=
@MU_APP_COMMON_INCLUDES@
muemail_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MAILUTILS
}
mboxidx_CPPFLAGS
=
@MU_APP_COMMON_INCLUDES@
...
...
frm/Makefile.am
View file @
3dc3771
...
...
@@ -27,7 +27,7 @@ frm_LDADD = $(common_ldadd)
from_LDADD
=
$(common_ldadd)
common_ldadd
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
gnulib.modules
View file @
3dc3771
...
...
@@ -4,7 +4,6 @@
# FIXME: fnmatch, regex and glob are used by libmailutils...
autobuild
argp
crypto/des
gettext
gitlog-to-changelog
...
...
imap4d/Makefile.am
View file @
3dc3771
...
...
@@ -72,7 +72,7 @@ imap4d_SOURCES = \
util.c
imap4d_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
...
...
lib/Makefile.am
View file @
3dc3771
...
...
@@ -28,7 +28,6 @@ lib_LTLIBRARIES = libmuaux.la
noinst_LIBRARIES
=
libmuscript.a libmutcpwrap.a
libmuaux_la_SOURCES
=
\
argp_base.c
\
daemon.c
\
mailcap.c
\
manlock.c
\
...
...
maidag/Makefile.am
View file @
3dc3771
...
...
@@ -36,7 +36,7 @@ maidag_LDADD = \
@LIBMU_SCM@ @GUILE_LIBS@
\
@LIBMU_SCM_DEPS@
\
@MU_LIB_PY@ @PYTHON_LIBS@
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_SIEVE
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
...
...
mail/Makefile.am
View file @
3dc3771
...
...
@@ -25,7 +25,7 @@ mailbindir=@MAILBINDIR@
mailbin_PROGRAMS
=
mail
mail_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
messages/Makefile.am
View file @
3dc3771
...
...
@@ -22,7 +22,7 @@ SUBDIRS = . tests
bin_PROGRAMS
=
messages
messages_SOURCES
=
messages.c
messages_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
mimeview/Makefile.am
View file @
3dc3771
...
...
@@ -47,7 +47,7 @@ mimetypes-lex.c: $(srcdir)/mimetypes.l mimetypes-decl.h
BUILT_SOURCES
=
mimetypes-gram.c mimetypes-lex.c mimetypes-decl.h
mimeview_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MAILUTILS
}
\
@LTLIBINTL@
...
...
movemail/Makefile.am
View file @
3dc3771
...
...
@@ -19,7 +19,7 @@ AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@
bin_PROGRAMS
=
movemail
movemail_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
movemail/movemail.c
View file @
3dc3771
...
...
@@ -381,7 +381,6 @@ static char *movemail_capa[] = {
"locking"
,
"mailbox"
,
"auth"
,
"tls"
,
NULL
};
...
...
mu/Makefile.am
View file @
3dc3771
...
...
@@ -75,7 +75,7 @@ mailutils_SOURCES = \
$(MODULES)
mailutils_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
po/POTFILES.in
View file @
3dc3771
...
...
@@ -25,9 +25,6 @@ imap4d/signal.c
imap4d/starttls.c
imap4d/util.c
lib/gnu/argp-help.c
lib/gnu/argp-parse.c
lib/gnu/getopt.c
lib/mailcap.c
lib/tcpwrap.c
lib/strexit.c
...
...
pop3d/Makefile.am
View file @
3dc3771
...
...
@@ -51,7 +51,7 @@ if MU_COND_DBM
endif
pop3d_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
...
...
@@ -65,7 +65,7 @@ pop3d_LDADD = \
popauth_SOURCES
=
popauth.c
popauth_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MAILUTILS
}
\
@MU_COMMON_LIBRARIES@
\
${
LIBMU_DBM
}
\
...
...
readmsg/Makefile.am
View file @
3dc3771
...
...
@@ -23,7 +23,7 @@ bin_PROGRAMS = readmsg
readmsg_SOURCES
=
readmsg.c msglist.c readmsg.h
readmsg_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
...
...
sieve/Makefile.am
View file @
3dc3771
...
...
@@ -22,7 +22,7 @@ EXTRA_DIST = examples
bin_PROGRAMS
=
sieve
sieve_SOURCES
=
sieve.c
sieve_LDADD
=
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_APP_LIBRARIES
}
\
${
MU_LIB_SIEVE
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
...
...
Please
register
or
sign in
to post a comment