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

Diff of /bison/m4/error.m4

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

revision 1.2 by akim, Fri Mar 16 14:50:40 2001 UTC revision 1.3 by eggert, Fri Oct 26 07:26:00 2001 UTC
# Line 1  Line 1 
1  #serial 1  #serial 4
2    
3  dnl FIXME: put these prerequisite-only *.m4 files in a separate  dnl FIXME: put these prerequisite-only *.m4 files in a separate
4  dnl directory -- otherwise, they'll conflict with existing files.  dnl directory -- otherwise, they'll conflict with existing files.
5    
6  dnl These are the prerequisite macros for GNU's error.c file.  dnl These are the prerequisite macros for GNU's error.c file.
7  AC_DEFUN(jm_PREREQ_ERROR,  AC_DEFUN([jm_PREREQ_ERROR],
8  [  [
9    AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)    AC_CHECK_FUNCS(strerror vprintf doprnt)
10    AC_HEADER_STDC    AC_CHECK_DECLS([strerror])
11    AC_FUNC_STRERROR_R    AC_FUNC_STRERROR_R
12      AC_HEADER_STDC
13  ])  ])

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

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