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
cabadc63
...
cabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a
authored
2003-09-27 10:54:28 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
301687d7
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
6 deletions
.cvsignore
ChangeLog
Makefile.am
configure.ac
scripts/.cvsignore
scripts/Makefile.am
.cvsignore
View file @
cabadc6
...
...
@@ -10,7 +10,6 @@ config.h.in
config.log
config.status
configure
mailutils.spec
autom4te.cache
intl
libtool
...
...
ChangeLog
View file @
cabadc6
2003
-
09
-
27
Wojciech
Polak
*
mailutils
.
spec
.
in
:
Updated
and
moved
to
...
*
scripts
/
mailutils
.
spec
.
in
:
...
here
.
*
scripts
/
Makefile
.
am
:
Updated
.
*
configure
.
ac
:
Likewise
.
*
Makefile
.
am
:
Likewise
.
2003
-
09
-
27
Sergey
Poznyakoff
*
configure
.
ac
:
Moved
fgetpwent
from
AC_CHECK_FUNCS
to
...
...
Makefile.am
View file @
cabadc6
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -25,7 +25,7 @@ SUBDIRS = headers include m4 intl po lib testsuite mailbox libsieve doc \
mail sieve scripts libmu_scm guimb messages comsat readmsg
\
mail.local mail.remote dotlock mh
EXTRA_DIST
=
mailutils.spec mailutils.spec.in
COPYING.LIB
EXTRA_DIST
=
COPYING.LIB
release
:
$(MAKE)
dist
distdir
=
$(PACKAGE)
-
`
date +
"%Y%m%d"
`
...
...
configure.ac
View file @
cabadc6
...
...
@@ -757,7 +757,6 @@ AC_CONFIG_FILES([Makefile
mailbox/imap/Makefile
mailbox/include/Makefile
mailbox/testsuite/Makefile
mailutils.spec
messages/Makefile
messages/testsuite/Makefile
mh/Makefile
...
...
@@ -769,6 +768,7 @@ AC_CONFIG_FILES([Makefile
scripts/Makefile
scripts/guile-1.4/Makefile
scripts/guile-1.6/Makefile
scripts/mailutils.spec
sieve/Makefile
sieve/testsuite/Makefile
testsuite/Makefile
...
...
scripts/.cvsignore
View file @
cabadc6
...
...
@@ -12,3 +12,4 @@ missing
mkinstalldirs
texinfo.tex
ltmain.sh
mailutils.spec
...
...
scripts/Makefile.am
View file @
cabadc6
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002 Free Software Foundation, Inc.
## Copyright (C) 2002
, 2003
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -18,4 +18,5 @@
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
SUBDIRS
=
guile-1.4 guile-1.6
EXTRA_DIST
=
ylwrap
EXTRA_DIST
=
ylwrap mailutils.spec mailutils.spec.in
...
...
Please
register
or
sign in
to post a comment