summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog22
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rwxr-xr-xautogen.sh4
4 files changed, 24 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 95118b7a9..977fa3bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-12-26 Sergey Poznyakoff
+
+ * COPYING: New file
+ * COPYING.LIB: Renamed to
+ * COPYING.LESSER: this
+ * Makefile.am: Updated
+ * README: Updated
+ * autogen.sh: Updated
+ * configure.ac: Fixes to work with automake 1.8/autoconf 2.59
+ * m4/db2.m4: Likewise
+ * m4/debug.m4: Likewise
+ * m4/getopt.m4: Likewise
+ * m4/gsasl.m4: Likewise
+ * m4/gssapi.m4: Likewise
+ * m4/guile.m4: Likewise
+ * m4/lib.m4: Likewise
+ * m4/mu_libobj.m4: Likewise
+ * m4/tls.m4: Likewise
+
+ * doc/texinfo/body.texi: Minor fixes.
+ * doc/texinfo/libsieve.texi: Likewise
+
2003-12-26 Sergey Poznyakoff
* examples/list.c: New sieve extension test.
diff --git a/Makefile.am b/Makefile.am
index f5961a32f..6d12ec97d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = COPYING.LIB
+EXTRA_DIST = COPYING.LESSER
release:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
diff --git a/README b/README
index 234fa5fdb..5efa3da6d 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ the examples subdirectory or these other applications. All libraries
are licensed using the GNU LGPL. The documentation is licensed under
the GNU FDL, and everything else is licensed using the GNU GPL. The
complete texts of the corresponding licences are included in the files
-COPYING.LIB, COPYING and doc/texinfo/COPYING.DOC.
+COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC.
This software is part of the GNU Project and belongs to the Free Software
Foundation.
diff --git a/autogen.sh b/autogen.sh
index 77b92c776..b1defeaa3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,3 @@
#!/bin/sh
-# This trick forces automake to install COPYING
-trap "mv $$.COPYING.LIB COPYING.LIB" 1 2 3 15
-mv COPYING.LIB $$.COPYING.LIB
autoreconf -f -i -s
-mv $$.COPYING.LIB COPYING.LIB \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.