diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-12 08:31:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-12 08:31:50 +0000 |
commit | c04d364e496f1ca52d89ebd1f4b3ea70d3ec6ecb (patch) | |
tree | e70abed9a898207351a3673a457bbf3e8ea9cf11 /m4/ChangeLog | |
parent | e5e8774bc54f70d01f191693fb56923f25133c00 (diff) | |
download | coreutils-c04d364e496f1ca52d89ebd1f4b3ea70d3ec6ecb.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 17 |
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 |