1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

(jm_PREREQ_REGEX): New macro.

(jm_PREREQ): Use it here.
This commit is contained in:
Jim Meyering
1998-04-05 18:22:11 +00:00
parent faa759b349
commit 53c085b7e5
+12 -1
View File
@@ -1,4 +1,4 @@
#serial 1
#serial 2
dnl These are the prerequisite macros for files in the lib/
dnl directories of the fileutils, sh-utils, and textutils packages.
@@ -6,4 +6,15 @@ dnl directories of the fileutils, sh-utils, and textutils packages.
AC_DEFUN(jm_PREREQ,
[
jm_PREREQ_ERROR
jm_PREREQ_REGEX
])
dnl FIXME: maybe put this in a separate file
AC_DEFUN(jm_PREREQ_REGEX,
[
dnl FIXME: maybe provide a btowc replacement someday
AC_CHECK_FUNCS(bzero bcopy isascii btowc)
AC_CHECK_HEADERS(alloca.h libintl.h wctype.h wchar.h)
AC_HEADER_STDC
AC_FUNC_ALLOCA
])