From 24cd83750ebc3de05932f5be3c33867f76735dc8 Mon Sep 17 00:00:00 2001 From: wlemb Date: Mon, 21 Jul 2003 11:45:17 +0000 Subject: * aclocal.m4 (GROFF_SYS_ERRLIST): Include stdlib.h for MinGW. * configure, src/include/config.hin: Regenerated. * src/libs/libgroff/strerror.c: Include stdlib.h for MinGW. * PROBLEMS: Add solution for UTF-8 problem with hyphens. --- aclocal.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 4b1b68ec..af9543e2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -213,13 +213,14 @@ AC_LANG_POP(C++)])dnl dnl dnl AC_DEFUN(GROFF_SYS_ERRLIST, -[AC_MSG_CHECKING([for sys_errlist[] in or ]) +[AC_MSG_CHECKING([for sys_errlist[] in , , or ]) AC_TRY_COMPILE([#include -#include ], +#include +#include ], [int k; k = (int)sys_errlist[0];], AC_MSG_RESULT(yes);AC_DEFINE(HAVE_SYS_ERRLIST, 1, - [Define if you have sys_errlist in - or in .]), + [Define if you have sys_errlist in , + , or .]), AC_MSG_RESULT(no))])dnl dnl dnl -- cgit v1.2.1