aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/site-conf/m4/builtin.m4
blob: 03152f956014504e69bfa18771a6e9e4c0936865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Built in tests of autoconf

# Check the builtins
AC_DEFUN([OE_CHECK_BUILTIN],
[
AC_REQUIRE_CPP
AC_PROG_CC
AC_LANG_C

AC_FUNC_FNMATCH
AC_FUNC_MALLOC
AC_FUNC_GETPGRP
AC_FUNC_LSTAT
AC_FUNC_MMAP
AC_FUNC_MEMCMP
AC_FUNC_REALLOC
AC_FUNC_SETPGRP
AC_FUNC_SETVBUF_REVERSED
])