1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-08-12 08:31:50 +00:00
parent e5e8774bc5
commit c04d364e49

View File

@@ -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