Commit 24ff2145 24ff214506330b9d28b3e46239587a2f1e9222c9 by Sergey Poznyakoff

Fixed compilation with included gettext and make distcheck

1 parent a0444b41
Showing 1 changed file with 39 additions and 0 deletions
1 2002-12-24 Sergey Poznyakoff
2
3 * configure.ac: Specify use-libtool to AM_GNU_GETTEXT.
4 Define WITH_INCLUDED_LIBINTL and INTLINCS if we are using
5 the included gettext.
6
7 * include/mailutils/nls.h: When using included libintl, use
8 only intl/libgnuintl.h. Using system default libintl.h
9 on systems with older libintls causes random coredumps.
10
11 * mailbox/mu_argp.c (mu_conf_option): Added WITH_INCLUDED_LIBINTL.
12 * libsieve/sieve.l: Documented the grammar.
13
14 * po/.cvsignore: New file
15 * .cvsignore: Updated.
16 * m4/.cvsignore: Ignore gettext's m4 files.
17 * m4/Makefile.am: Include gettext's m4 into the distribution.
18 * scripts/.cvsignore: Ignore autogenerated files.
19
20 * auth/Makefile.am: Added @INTLINCS@ and @LTLIBINTL@ where
21 appropriate.
22 * comsat/Makefile.am: Likewise.
23 * dotlock/Makefile.am: Likewise.
24 * examples/Makefile.am: Likewise.
25 * frm/Makefile.am: Likewise.
26 * from/Makefile.am: Likewise.
27 * guimb/Makefile.am: Likewise.
28 * imap4d/Makefile.am: Likewise.
29 * libmu_scm/Makefile.am: Likewise.
30 * libsieve/Makefile.am: Likewise.
31 * mail/Makefile.am: Likewise.
32 * mail.local/Makefile.am: Likewise.
33 * mailbox/Makefile.am: Likewise.
34 * messages/Makefile.am: Likewise.
35 * mh/Makefile.am: Likewise.
36 * pop3d/Makefile.am: Likewise.
37 * readmsg/Makefile.am: Likewise.
38 * sieve/Makefile.am: Likewise.
39
1 2002-12-24 Wojciech Polak <polak@gnu.org> 40 2002-12-24 Wojciech Polak <polak@gnu.org>
2 41
3 * po/POTFILES.in: Updated. 42 * po/POTFILES.in: Updated.
......