Commit cabadc63 cabadc6322e5b713e6e70c6dfd5cd9a5cf8f588a by Wojciech Polak

Updated

1 parent 301687d7
...@@ -10,7 +10,6 @@ config.h.in ...@@ -10,7 +10,6 @@ config.h.in
10 config.log 10 config.log
11 config.status 11 config.status
12 configure 12 configure
13 mailutils.spec
14 autom4te.cache 13 autom4te.cache
15 intl 14 intl
16 libtool 15 libtool
......
1 2003-09-27 Wojciech Polak
2
3 * mailutils.spec.in: Updated and moved to ...
4 * scripts/mailutils.spec.in: ... here.
5 * scripts/Makefile.am: Updated.
6 * configure.ac: Likewise.
7 * Makefile.am: Likewise.
8
1 2003-09-27 Sergey Poznyakoff 9 2003-09-27 Sergey Poznyakoff
2 10
3 * configure.ac: Moved fgetpwent from AC_CHECK_FUNCS to 11 * configure.ac: Moved fgetpwent from AC_CHECK_FUNCS to
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. 3 ## Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4 ## 4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 6 ## 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 \ ...@@ -25,7 +25,7 @@ SUBDIRS = headers include m4 intl po lib testsuite mailbox libsieve doc \
25 mail sieve scripts libmu_scm guimb messages comsat readmsg \ 25 mail sieve scripts libmu_scm guimb messages comsat readmsg \
26 mail.local mail.remote dotlock mh 26 mail.local mail.remote dotlock mh
27 27
28 EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.LIB 28 EXTRA_DIST = COPYING.LIB
29 29
30 release: 30 release:
31 $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` 31 $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
......
...@@ -757,7 +757,6 @@ AC_CONFIG_FILES([Makefile ...@@ -757,7 +757,6 @@ AC_CONFIG_FILES([Makefile
757 mailbox/imap/Makefile 757 mailbox/imap/Makefile
758 mailbox/include/Makefile 758 mailbox/include/Makefile
759 mailbox/testsuite/Makefile 759 mailbox/testsuite/Makefile
760 mailutils.spec
761 messages/Makefile 760 messages/Makefile
762 messages/testsuite/Makefile 761 messages/testsuite/Makefile
763 mh/Makefile 762 mh/Makefile
...@@ -769,6 +768,7 @@ AC_CONFIG_FILES([Makefile ...@@ -769,6 +768,7 @@ AC_CONFIG_FILES([Makefile
769 scripts/Makefile 768 scripts/Makefile
770 scripts/guile-1.4/Makefile 769 scripts/guile-1.4/Makefile
771 scripts/guile-1.6/Makefile 770 scripts/guile-1.6/Makefile
771 scripts/mailutils.spec
772 sieve/Makefile 772 sieve/Makefile
773 sieve/testsuite/Makefile 773 sieve/testsuite/Makefile
774 testsuite/Makefile 774 testsuite/Makefile
......
...@@ -12,3 +12,4 @@ missing ...@@ -12,3 +12,4 @@ missing
12 mkinstalldirs 12 mkinstalldirs
13 texinfo.tex 13 texinfo.tex
14 ltmain.sh 14 ltmain.sh
15 mailutils.spec
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2002 Free Software Foundation, Inc. 3 ## Copyright (C) 2002, 2003 Free Software Foundation, Inc.
4 ## 4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 6 ## modify it under the terms of the GNU General Public License as
...@@ -18,4 +18,5 @@ ...@@ -18,4 +18,5 @@
18 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19
20 SUBDIRS = guile-1.4 guile-1.6 20 SUBDIRS = guile-1.4 guile-1.6
21 EXTRA_DIST = ylwrap 21 EXTRA_DIST = ylwrap mailutils.spec mailutils.spec.in
22
......