Commit cabadc63 cabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a by Wojciech Polak

Updated

1 parent 301687d7
......@@ -10,7 +10,6 @@ config.h.in
config.log
config.status
configure
mailutils.spec
autom4te.cache
intl
libtool
......
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
......
## 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"`
......
......@@ -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
......
......@@ -12,3 +12,4 @@ missing
mkinstalldirs
texinfo.tex
ltmain.sh
mailutils.spec
......
## 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
......