From c04d364e496f1ca52d89ebd1f4b3ea70d3ec6ecb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Aug 2001 08:31:50 +0000 Subject: *** empty log message *** --- m4/ChangeLog | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'm4') 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 + * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES. + Also check for mbsinit. Needed for SCO 3.2v5.0.2. + Also include ; 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 @@ -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 * Makefile.am.in (glibc-io.struct): New target. Rework the code -- cgit v1.2.3-54-g00ecf