/[bison]/bison/m4/mbswidth.m4
ViewVC logotype

Diff of /bison/m4/mbswidth.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by eggert, Sun Nov 3 08:38:43 2002 UTC revision 1.2 by eggert, Tue Dec 24 08:15:17 2002 UTC
# Line 1  Line 1 
1  #serial 7  #serial 8
2    
3  dnl autoconf tests required for use of mbswidth.c  dnl autoconf tests required for use of mbswidth.c
4  dnl From Bruno Haible.  dnl From Bruno Haible.
5    
6  AC_DEFUN([jm_PREREQ_MBSWIDTH],  AC_DEFUN([jm_PREREQ_MBSWIDTH],
7  [  [
8    AC_REQUIRE([AC_HEADER_STDC])    AC_CHECK_HEADERS(wchar.h wctype.h)
   AC_CHECK_HEADERS(limits.h stdlib.h string.h wchar.h wctype.h)  
9    AC_CHECK_FUNCS(isascii iswcntrl iswprint mbsinit wcwidth)    AC_CHECK_FUNCS(isascii iswcntrl iswprint mbsinit wcwidth)
10    jm_FUNC_MBRTOWC    jm_FUNC_MBRTOWC
11    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26