Updated
Showing
4 changed files
with
24 additions
and
6 deletions
1 | 2003-12-26 Sergey Poznyakoff | ||
2 | |||
3 | * COPYING: New file | ||
4 | * COPYING.LIB: Renamed to | ||
5 | * COPYING.LESSER: this | ||
6 | * Makefile.am: Updated | ||
7 | * README: Updated | ||
8 | * autogen.sh: Updated | ||
9 | * configure.ac: Fixes to work with automake 1.8/autoconf 2.59 | ||
10 | * m4/db2.m4: Likewise | ||
11 | * m4/debug.m4: Likewise | ||
12 | * m4/getopt.m4: Likewise | ||
13 | * m4/gsasl.m4: Likewise | ||
14 | * m4/gssapi.m4: Likewise | ||
15 | * m4/guile.m4: Likewise | ||
16 | * m4/lib.m4: Likewise | ||
17 | * m4/mu_libobj.m4: Likewise | ||
18 | * m4/tls.m4: Likewise | ||
19 | |||
20 | * doc/texinfo/body.texi: Minor fixes. | ||
21 | * doc/texinfo/libsieve.texi: Likewise | ||
22 | |||
1 | 2003-12-26 Sergey Poznyakoff | 23 | 2003-12-26 Sergey Poznyakoff |
2 | 24 | ||
3 | * examples/list.c: New sieve extension test. | 25 | * examples/list.c: New sieve extension test. | ... | ... |
... | @@ -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 = COPYING.LIB | 28 | EXTRA_DIST = COPYING.LESSER |
29 | 29 | ||
30 | release: | 30 | release: |
31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | 31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | ... | ... |
... | @@ -16,7 +16,7 @@ the examples subdirectory or these other applications. All libraries | ... | @@ -16,7 +16,7 @@ the examples subdirectory or these other applications. All libraries |
16 | are licensed using the GNU LGPL. The documentation is licensed under | 16 | are licensed using the GNU LGPL. The documentation is licensed under |
17 | the GNU FDL, and everything else is licensed using the GNU GPL. The | 17 | the GNU FDL, and everything else is licensed using the GNU GPL. The |
18 | complete texts of the corresponding licences are included in the files | 18 | complete texts of the corresponding licences are included in the files |
19 | COPYING.LIB, COPYING and doc/texinfo/COPYING.DOC. | 19 | COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC. |
20 | 20 | ||
21 | This software is part of the GNU Project and belongs to the Free Software | 21 | This software is part of the GNU Project and belongs to the Free Software |
22 | Foundation. | 22 | Foundation. | ... | ... |
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # This trick forces automake to install COPYING | ||
4 | trap "mv $$.COPYING.LIB COPYING.LIB" 1 2 3 15 | ||
5 | mv COPYING.LIB $$.COPYING.LIB | ||
6 | autoreconf -f -i -s | 3 | autoreconf -f -i -s |
7 | mv $$.COPYING.LIB COPYING.LIB | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment