2 AC_INIT([ltp], [LTP_VERSION], [ltp-results@lists.sourceforge.net])
5 AC_CONFIG_HEADERS([include/config.h])
14 AM_CONDITIONAL(CROSS_COMPILATION, test x$cross_compiling = xyes)
19 # <= autoconf 2.61 doesn't have AC_PROG_AR, but 2.63 has it. Not sure about
21 AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
27 AC_PREFIX_DEFAULT(/opt/ltp)
29 AC_CHECK_HEADERS_ONCE([ \
44 # open_hpi_testsuite does NOT fit cleanly in the build. BLAH.
45 #AC_CONFIG_SUBDIRS([ \
46 # testcases/open_hpi_testsuite/ \
47 # testcases/kernel/syscalls/pcllib/ \
51 testcases/kernel/syscalls/pcllib/ \
54 LTP_CHECK_CAPABILITY_SUPPORT
56 LTP_CHECK_LINUX_PTRACE
58 LTP_CHECK_SYSCALL_EVENTFD
59 LTP_CHECK_SYSCALL_MODIFY_LDT
60 LTP_CHECK_SYSCALL_NUMA
61 LTP_CHECK_SYSCALL_QUOTACTL
62 LTP_CHECK_SYSCALL_SIGNALFD
63 LTP_CHECK_SYSCALL_UNSHARE
64 LTP_CHECK_SYSCALL_SWAPONOFF