summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog17
1 files changed, 9 insertions, 8 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index c291e544b..efaea234b 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -34,13 +34,16 @@
* getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
string.h any more.
- * progtest.m4 (AM_PATH_PROG_WITH_TEST):
- Output "no" only if $1 isn't $4.
+ * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
+ not the default value.
- * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
- No longer requires AM_C_PROTOTYPES.
- Check for iswcntrl, mbsinit. Use AC_TRY_COMPILE, not AC_CHECK_DECLS,
- for portability to Autoconf 2.13.
+ 2001-06-25 Bruno Haible <haible@clisp.cons.org>
+ * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
+ Also check for mbsinit. Needed for SCO 3.2v5.0.2.
+ Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
+ Also check for iswcntrl, used for wcwidth fallback.
+ Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
+ to Autoconf 2.13.
2001-08-03 Jim Meyering <meyering@lucent.com>
@@ -57,8 +60,6 @@
* Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
Now it's in ../Makefile.cfg.
- * gettimeofday.m4: New file.
-
2001-07-04 Jim Meyering <meyering@lucent.com>
* Makefile.am.in (glibc-io.struct): New target. Rework the code