Commit afcb9e28 afcb9e28d81b2843d5f8e3ae63b8951b99955c71 by Alain Magloire

Updates.

1 parent 34c03c0c
1 2001-04-15 Alain Magloire
2
3 * Makefile.am: Add argp in the list of subdirs.
4 * configure.am: Check for argp.h and look for
5 argp_parse().
6 * lib/strchrnul.c: New function.
7 * lib/strndup.c: New function.
8 * lib/strnlen.c: New function.
9 * lib/vasnprintf.c: New function.
10 * lib/getopt.c: Updated.
11 * lib/getopt1.c: Updated.
12 * lib/getopt.h: Updated.
13 * frm/Makefile.am: Remove -DTESTING in CFLAGS.
14 * from/Makefile.am: Remove -DTESTING in CFLAGS.
15 Add AUTOMAKE_OPTIONS.
16 * imapd/Makefile.am: Likewised.
17 * pop3d/Makefile.am: Likewised.
18 * mail/Makefile.am: Likewised. Added ARGPLIB macro
19
1 2001-04-14 Sam Roberts 20 2001-04-14 Sam Roberts
2 * examples/{Makefile,Addrs,addr.c,Addrs.good}: address test f/w. 21 * examples/{Makefile,Addrs,addr.c,Addrs.good}: address test f/w.
3 * include/mailutils/address.h,mailbox/{address.c,parse822.c}: now 22 * include/mailutils/address.h,mailbox/{address.c,parse822.c}: now
......
...@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu 1.4 ...@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu 1.4
2 ACLOCAL_AMFLAGS = -I m4 2 ACLOCAL_AMFLAGS = -I m4
3 3
4 # imap4d 4 # imap4d
5 SUBDIRS = include doc m4 lib mailbox frm from pop3d imap4d mail 5 SUBDIRS = include doc m4 argp lib mailbox frm from pop3d imap4d mail
6 6
7 EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL 7 EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL
8 8
......