From ca57057f598bfc7119f79f71bf38ec88244ab396 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 31 Aug 2016 00:08:49 +0000 Subject: Import am-utils 6.2, Suggested by: pfg@ Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ --- m4/macros/try_compile_nfs.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 m4/macros/try_compile_nfs.m4 (limited to 'm4/macros/try_compile_nfs.m4') diff --git a/m4/macros/try_compile_nfs.m4 b/m4/macros/try_compile_nfs.m4 new file mode 100644 index 000000000000..d04e19619fa5 --- /dev/null +++ b/m4/macros/try_compile_nfs.m4 @@ -0,0 +1,13 @@ +dnl ###################################################################### +dnl Compile a program with NFS headers to try and find a feature. +dnl The headers part are fixed. Only three arguments are allowed: +dnl [$1] is the program to compile (2nd arg to AC_TRY_COMPILE) +dnl [$2] action to take if the program compiled (3rd arg to AC_TRY_COMPILE) +dnl [$3] action to take if program did not compile (4rd arg to AC_TRY_COMPILE) +AC_DEFUN([AC_TRY_COMPILE_NFS], +[# try to compile a program which may have a definition for a structure +AC_TRY_COMPILE( +AMU_MOUNT_HEADERS +, [$1], [$2], [$3]) +]) +dnl ====================================================================== -- cgit v1.2.3