CVSROOT: /sources/grep Module name: grep Changes by: Tony Abou-Assaleh <taa> 09/01/31 06:16:57
Index: m4/error.m4 =================================================================== RCS file: /sources/grep/grep/m4/error.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- m4/error.m4 4 Mar 2001 05:29:16 -0000 1.1 +++ m4/error.m4 31 Jan 2009 06:16:54 -0000 1.2 @@ -4,7 +4,7 @@ dnl directory -- otherwise, they'll conflict with existing files. dnl These are the prerequisite macros for GNU's error.c file. -AC_DEFUN(jm_PREREQ_ERROR, +AC_DEFUN([jm_PREREQ_ERROR], [ AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt) AC_HEADER_STDC
