summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-19 10:24:21 +0000
committerJim Meyering <jim@meyering.net>2003-08-19 10:24:21 +0000
commitcd30f3ad32b3e55521c1d274168a69204bc517f5 (patch)
treebf5b72f7b918d84707fcf4826b4def73df82a2d2 /m4/ChangeLog
parent6a27043931da0caf4c21d7f8532e467a966b0cea (diff)
downloadcoreutils-cd30f3ad32b3e55521c1d274168a69204bc517f5.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 5c2fb9e53..213ac934e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,18 +1,23 @@
2003-08-18 Paul Eggert <eggert@twinsun.com>
* same.m4 (gl_SAME): Do not check for stdlib.h or string.h or free.
- Check for pathconf.
+ Check for pathconf.
2003-08-18 Jim Meyering <jim@meyering.net>
- * gettextext.m4 (AM_PO_SUBDIRS, AM_NLS): Don't define as no-ops.
- Their absence provoked a failure due to non-creation of po/Makefile.
-
* getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
* lib-ld.m4: Likewise.
* po.m4: Likewise.
- * nls.m4, po.m4: New files, from gnulib.
+2003-08-18 Paul Eggert <eggert@twinsun.com>
+ and Jim Meyering <jim@meyering.net>
+
+ It turns out that we need AM_NLS and AM_PO_SUBDIRS after all;
+ otherwise po/POTFILES and po/Makefile aren't built by 'configure'.
+ I'm not sure why I didn't catch this earlier; most likely some
+ leftover build files. Sorry about that.
+ * gettextext.m4 (AM_NLS, AM_PO_SUBDIRS): Remove definitions.
+ * nls.m4, po.m4: New files, taken from gnulib / gettext.
2003-08-16 Paul Eggert <eggert@twinsun.com>