Commit 1e667391 1e6673917fbb389662d668e11eeefbeb3cd061cb by Wojciech Polak

Updated

1 parent f12cdada
1 2003-06-07 Wojciech Polak
2
3 * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.12.1.
4 (INTLINCS): Added `-I../intl'.
5 * m4/Makefile.am: Added nls.m4 and po.m4.
6 * po/Makevars: Added MSGID_BUGS_ADDRESS.
7
1 2003-06-07 Sergey Poznyakoff 8 2003-06-07 Sergey Poznyakoff
2 9
3 * NEWS: Updated 10 * NEWS: Updated
......
...@@ -13,6 +13,8 @@ lcmessage.m4 ...@@ -13,6 +13,8 @@ lcmessage.m4
13 lib-ld.m4 13 lib-ld.m4
14 lib-link.m4 14 lib-link.m4
15 lib-prefix.m4 15 lib-prefix.m4
16 nls.m4
17 po.m4
16 progtest.m4 18 progtest.m4
17 stdint_h.m4 19 stdint_h.m4
18 uintmax_t.m4 20 uintmax_t.m4
......
...@@ -29,3 +29,4 @@ whom ...@@ -29,3 +29,4 @@ whom
29 *.output 29 *.output
30 .gdbinit 30 .gdbinit
31 mailutils-mh.el 31 mailutils-mh.el
32 elc-stamp
......
...@@ -11,5 +11,6 @@ mailutils.pot ...@@ -11,5 +11,6 @@ mailutils.pot
11 quot.sed 11 quot.sed
12 remove-potcdate.sin 12 remove-potcdate.sin
13 remove-potcdate.sed 13 remove-potcdate.sed
14 stamp-po
14 *.mo 15 *.mo
15 *.gmo 16 *.gmo
......