1 #serial 28 -*- Autoconf -*-
3 dnl We use jm_ for non Autoconf macros.
4 m4_pattern_forbid([^jm_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
6 # These are the prerequisite macros for files in the lib/
7 # directories of the fileutils, sh-utils, and textutils packages.
30 jm_PREREQ_TEMPNAME # called by mkstemp
35 AC_DEFUN([jm_PREREQ_ARGMATCH],
37 AC_REQUIRE([jm_PREREQ_QUOTEARG])
38 AC_REPLACE_FUNCS(strcasecmp strncasecmp)
41 # Ask for argmatch.[ch], and set it up.
42 AC_DEFUN([jm_FUNC_ARGMATCH],
44 AC_REQUIRE([jm_PREREQ_ARGMATCH])
46 AC_LIBSOURCES([argmatch.c, argmatch.h])
49 AC_DEFUN([jm_PREREQ_ADDEXT],
52 AC_SYS_LONG_FILE_NAMES
53 AC_CHECK_FUNCS(pathconf)
54 AC_CHECK_HEADERS(limits.h string.h unistd.h)
57 AC_DEFUN([jm_PREREQ_CANON_HOST],
59 dnl Add any libraries as early as possible.
60 dnl In particular, inet_ntoa needs -lnsl at least on Solaris5.5.1,
61 dnl so we have to add -lnsl to LIBS before checking for that function.
62 AC_SEARCH_LIBS(gethostbyname, [inet nsl])
64 dnl These come from -lnsl on Solaris5.5.1.
65 AC_CHECK_FUNCS(gethostbyname gethostbyaddr inet_ntoa)
67 AC_CHECK_FUNCS(gethostbyname gethostbyaddr inet_ntoa)
68 AC_CHECK_HEADERS(unistd.h string.h netdb.h sys/socket.h \
69 netinet/in.h arpa/inet.h)
72 AC_DEFUN([jm_PREREQ_DIRNAME],
75 AC_CHECK_HEADERS(string.h)
78 AC_DEFUN([jm_PREREQ_EXCLUDE],
84 AC_DEFUN([jm_PREREQ_GETPAGESIZE],
86 AC_CHECK_FUNCS(getpagesize)
87 AC_CHECK_HEADERS(OS.h unistd.h)
90 AC_DEFUN([jm_PREREQ_HARD_LOCALE],
92 AC_CHECK_HEADERS(locale.h stdlib.h string.h)
93 AC_CHECK_FUNCS(setlocale)
97 # If you use human.c, you need the following files:
98 # inttypes.m4 ulonglong.m4
99 AC_DEFUN([jm_PREREQ_HUMAN],
101 AC_CHECK_HEADERS(limits.h stdlib.h string.h)
102 AC_CHECK_DECLS([getenv])
103 AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
106 AC_DEFUN([jm_PREREQ_MEMCHR],
108 AC_CHECK_HEADERS(limits.h stdlib.h bp-sym.h)
111 AC_DEFUN([jm_PREREQ_PHYSMEM],
113 AC_CHECK_HEADERS(sys/pstat.h unistd.h)
114 AC_CHECK_FUNCS(pstat_getstatic pstat_getdynamic)
117 AC_DEFUN([jm_PREREQ_POSIXVER],
119 AC_CHECK_HEADERS(unistd.h)
120 AC_CHECK_DECLS([getenv])
123 AC_DEFUN([jm_PREREQ_QUOTEARG],
125 AC_CHECK_FUNCS(isascii iswprint)
128 AC_CHECK_HEADERS(limits.h stddef.h stdlib.h string.h wchar.h wctype.h)
135 AC_DEFUN([jm_PREREQ_READUTMP],
138 AC_CHECK_HEADERS(string.h utmp.h utmpx.h sys/param.h)
139 AC_CHECK_FUNCS(utmpname)
140 AC_CHECK_FUNCS(utmpxname)
143 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
153 AC_CHECK_MEMBERS([struct utmpx.ut_user],,,[$utmp_includes])
154 AC_CHECK_MEMBERS([struct utmp.ut_user],,,[$utmp_includes])
155 AC_CHECK_MEMBERS([struct utmpx.ut_name],,,[$utmp_includes])
156 AC_CHECK_MEMBERS([struct utmp.ut_name],,,[$utmp_includes])
157 AC_CHECK_MEMBERS([struct utmpx.ut_type],,,[$utmp_includes])
158 AC_CHECK_MEMBERS([struct utmp.ut_type],,,[$utmp_includes])
159 AC_CHECK_MEMBERS([struct utmpx.ut_pid],,,[$utmp_includes])
160 AC_CHECK_MEMBERS([struct utmp.ut_pid],,,[$utmp_includes])
161 AC_CHECK_MEMBERS([struct utmpx.ut_id],,,[$utmp_includes])
162 AC_CHECK_MEMBERS([struct utmp.ut_id],,,[$utmp_includes])
164 AC_CHECK_MEMBERS([struct utmpx.ut_exit.ut_exit],,,[$utmp_includes])
165 AC_CHECK_MEMBERS([struct utmp.ut_exit.ut_exit],,,[$utmp_includes])
166 AC_CHECK_MEMBERS([struct utmpx.ut_exit.e_exit],,,[$utmp_includes])
167 AC_CHECK_MEMBERS([struct utmp.ut_exit.e_exit],,,[$utmp_includes])
169 AC_CHECK_MEMBERS([struct utmpx.ut_exit.ut_termination],,,[$utmp_includes])
170 AC_CHECK_MEMBERS([struct utmp.ut_exit.ut_termination],,,[$utmp_includes])
171 AC_CHECK_MEMBERS([struct utmpx.ut_exit.e_termination],,,[$utmp_includes])
172 AC_CHECK_MEMBERS([struct utmp.ut_exit.e_termination],,,[$utmp_includes])
177 AC_DEFUN([jm_PREREQ_REGEX],
179 dnl FIXME: Maybe provide a btowc replacement someday: solaris-2.5.1 lacks it.
180 dnl FIXME: Check for wctype and iswctype, and and add -lw if necessary
182 AC_CHECK_FUNCS(bzero bcopy isascii btowc)
183 AC_CHECK_HEADERS(alloca.h libintl.h wctype.h wchar.h)
188 AC_DEFUN([jm_PREREQ_STAT],
190 AC_CHECK_HEADERS(sys/sysmacros.h sys/statvfs.h sys/vfs.h inttypes.h)
191 AC_CHECK_HEADERS(sys/param.h sys/mount.h)
192 AC_CHECK_FUNCS(statvfs)
197 #if HAVE_SYS_STATVFS_H
198 # include <sys/statvfs.h>
201 # include <sys/vfs.h>
203 #if ( ! HAVE_SYS_STATVFS_H && ! HAVE_SYS_VFS_H && HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H )
204 /* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */
205 # include <sys/param.h>
206 # include <sys/mount.h>
209 AC_CHECK_MEMBERS([struct statfs.f_basetype],,,[$statxfs_includes])
210 AC_CHECK_MEMBERS([struct statvfs.f_basetype],,,[$statxfs_includes])
211 AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,[$statxfs_includes])
212 AC_CHECK_MEMBERS([struct statfs.f_type],,,[$statxfs_includes])
213 AC_CHECK_MEMBERS([struct statvfs.f_type],,,[$statxfs_includes])
214 AC_CHECK_MEMBERS([struct statfs.f_fsid.__val],,,[$statxfs_includes])
215 AC_CHECK_MEMBERS([struct statvfs.f_fsid.__val],,,[$statxfs_includes])
216 AC_CHECK_MEMBERS([struct statfs.f_namemax],,,[$statxfs_includes])
217 AC_CHECK_MEMBERS([struct statvfs.f_namemax],,,[$statxfs_includes])
218 AC_CHECK_MEMBERS([struct statfs.f_namelen],,,[$statxfs_includes])
219 AC_CHECK_MEMBERS([struct statvfs.f_namelen],,,[$statxfs_includes])
222 AC_DEFUN([jm_PREREQ_STRNLEN],
226 AC_CHECK_HEADERS(memory.h)
227 AC_CHECK_DECLS([memchr])
229 # This is necessary because automake-1.6.1 doesn't understand
230 # that the above use of AC_FUNC_STRNLEN means we may have to use
232 test $ac_cv_func_strnlen_working = yes \
233 && AC_LIBOBJ(strnlen)
236 AC_DEFUN([jm_PREREQ_TEMPNAME],
240 AC_CHECK_HEADERS(fcntl.h sys/time.h stdint.h unistd.h)
241 AC_CHECK_FUNCS(__secure_getenv gettimeofday)
242 AC_CHECK_DECLS([getenv])
243 AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
246 AC_DEFUN([jm_PREREQ_XGETCWD],
249 AC_CHECK_HEADERS(limits.h stdlib.h sys/param.h unistd.h)
250 AC_CHECK_FUNCS(getcwd)
254 AC_DEFUN([jm_PREREQ_XREADLINK],
257 AC_CHECK_HEADERS(limits.h stdlib.h sys/types.h unistd.h)