3 dnl These are the prerequisite macros for files in the lib/
4 dnl directories of the fileutils, sh-utils, and textutils packages.
12 dnl FIXME: maybe put this in a separate file
13 AC_DEFUN(jm_PREREQ_REGEX,
15 dnl FIXME: Maybe provide a btowc replacement someday: solaris-2.5.1 lacks it.
16 dnl FIXME: Check for wctype and iswctype, and and add -lw if necessary
18 AC_CHECK_FUNCS(bzero bcopy isascii btowc)
19 AC_CHECK_HEADERS(alloca.h libintl.h wctype.h wchar.h)