summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-04-16 00:12:41 +0000
committerAlain Magloire <alainm@gnu.org>2001-04-16 00:12:41 +0000
commitafcb9e28d81b2843d5f8e3ae63b8951b99955c71 (patch)
tree6c24868e5b2d92844befa645972771ac6829247f
parent34c03c0c134fe200310f20aa7ccfc368ca5b0b24 (diff)
downloadmailutils-afcb9e28d81b2843d5f8e3ae63b8951b99955c71.tar.gz
mailutils-afcb9e28d81b2843d5f8e3ae63b8951b99955c71.tar.bz2
Updates.
-rw-r--r--ChangeLog19
-rw-r--r--Makefile.am2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ff8fdffb..bf505bc91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-04-15 Alain Magloire
+
+ * Makefile.am: Add argp in the list of subdirs.
+ * configure.am: Check for argp.h and look for
+ argp_parse().
+ * lib/strchrnul.c: New function.
+ * lib/strndup.c: New function.
+ * lib/strnlen.c: New function.
+ * lib/vasnprintf.c: New function.
+ * lib/getopt.c: Updated.
+ * lib/getopt1.c: Updated.
+ * lib/getopt.h: Updated.
+ * frm/Makefile.am: Remove -DTESTING in CFLAGS.
+ * from/Makefile.am: Remove -DTESTING in CFLAGS.
+ Add AUTOMAKE_OPTIONS.
+ * imapd/Makefile.am: Likewised.
+ * pop3d/Makefile.am: Likewised.
+ * mail/Makefile.am: Likewised. Added ARGPLIB macro
+
2001-04-14 Sam Roberts
* examples/{Makefile,Addrs,addr.c,Addrs.good}: address test f/w.
* include/mailutils/address.h,mailbox/{address.c,parse822.c}: now
diff --git a/Makefile.am b/Makefile.am
index 120536bf5..2543cb785 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu 1.4
ACLOCAL_AMFLAGS = -I m4
# imap4d
-SUBDIRS = include doc m4 lib mailbox frm from pop3d imap4d mail
+SUBDIRS = include doc m4 argp lib mailbox frm from pop3d imap4d mail
EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL

Return to:

Send suggestions and report system problems to the System administrator.