summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-09-27 10:54:28 +0000
committerWojciech Polak <polak@gnu.org>2003-09-27 10:54:28 +0000
commitcabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a (patch)
tree8bcee15ad7fc1cc4db404ffa9ec27253320eaa31
parent301687d795275a52a25ecd3ff8b8f01e3dbbdb64 (diff)
downloadmailutils-cabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a.tar.gz
mailutils-cabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a.tar.bz2
Updated
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac2
-rw-r--r--scripts/.cvsignore1
-rw-r--r--scripts/Makefile.am5
6 files changed, 15 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index c4fadbe06..dea845403 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -10,7 +10,6 @@ config.h.in
config.log
config.status
configure
-mailutils.spec
autom4te.cache
intl
libtool
diff --git a/ChangeLog b/ChangeLog
index 2fb69e0ff..0df934ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
diff --git a/Makefile.am b/Makefile.am
index ec2fc5573..f5961a32f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## 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"`
diff --git a/configure.ac b/configure.ac
index 652c7b1c8..5946b2314 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/scripts/.cvsignore b/scripts/.cvsignore
index dd698f477..80acff6f6 100644
--- a/scripts/.cvsignore
+++ b/scripts/.cvsignore
@@ -12,3 +12,4 @@ missing
mkinstalldirs
texinfo.tex
ltmain.sh
+mailutils.spec
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 29b95c1bc..8107d481a 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,6 +1,6 @@
## 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
+

Return to:

Send suggestions and report system problems to the System administrator.