m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/00gnulib.m4:46: -1- AC_DEFUN([gl_00GNULIB]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:9: -1- AC_DEFUN([gl_COMMON], [ dnl Use AC_REQUIRE here, so that the code is expanded once only. AC_REQUIRE([gl_00GNULIB]) AC_REQUIRE([gl_COMMON_BODY]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:14: -1- AC_DEFUN([gl_COMMON_BODY], [ AH_VERBATIM([_Noreturn], [/* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ]) AH_VERBATIM([isoc99_inline], [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for Mac OS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif]) AH_VERBATIM([unused_parameter], [/* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* gcc supports the "unused" attribute on possibly unused labels, and g++ has since version 4.5. Note to support C++ as well as C, _GL_UNUSED_LABEL should be used with a trailing ; */ #if !defined __cplusplus || __GNUC__ > 4 \ || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) # define _GL_UNUSED_LABEL _GL_UNUSED #else # define _GL_UNUSED_LABEL #endif /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif ]) dnl Preparation for running test programs: dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not dnl to /dev/tty, so they can be redirected to log files. Such diagnostics dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:93: -1- AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE], [ gl_MODULE_INDICATOR_SET_VARIABLE_AUX( [GNULIB_[]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])], [gl_MODULE_INDICATOR_CONDITION]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:106: -1- AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX], [ m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1], [ dnl Simplify the expression VALUE || 1 to 1. $1=1 ], [gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1], [gl_MODULE_INDICATOR_CONDITION])]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:120: -1- AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR], [ dnl Simplify the expression 1 || CONDITION to 1. if test "$[]$1" != 1; then dnl Simplify the expression 0 || CONDITION to CONDITION. if test "$[]$1" = 0; then $1=$2 else $1="($[]$1 || $2)" fi fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:145: -1- AC_DEFUN([gl_MODULE_INDICATOR], [ AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [gl_MODULE_INDICATOR_CONDITION], [Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module $1 shall be considered present.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:168: -1- AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [ AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1], [Define to 1 when the gnulib module $1 should be tested.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:180: -1- AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK], [ dnl Override gl_WARN_ON_USE_PREPARE. dnl But hide this definition from 'aclocal'. AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], []) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:191: -1- AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS], [ dnl Override gl_MODULE_INDICATOR_FOR_TESTS. AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], []) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:199: -1- AC_DEFUN([gl_FEATURES_H], [ AC_CHECK_HEADERS_ONCE([features.h]) if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi AC_SUBST([HAVE_FEATURES_H]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:239: -1- AC_DEFUN([gl_PROG_CC_C99], [ dnl Change that version number to the minimum Autoconf version that supports dnl mixing AC_PROG_CC_C99 calls with AC_PROG_CC_STDC calls. m4_version_prereq([9.0], [AC_REQUIRE([AC_PROG_CC_C99])], [AC_REQUIRE([AC_PROG_CC_STDC])]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:252: -1- AC_DEFUN([gl_PROG_AR_RANLIB], [ dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler dnl as "cc", and GCC as "gcc". They have different object file formats and dnl library formats. In particular, the GNU binutils programs ar, ranlib dnl produce libraries that work only with gcc, not with cc. AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler], [ AC_EGREP_CPP([Amsterdam], [ #ifdef __ACK__ Amsterdam #endif ], [gl_cv_c_amsterdam_compiler=yes], [gl_cv_c_amsterdam_compiler=no]) ]) if test -z "$AR"; then if test $gl_cv_c_amsterdam_compiler = yes; then AR='cc -c.a' if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else dnl Use the Automake-documented default values for AR and ARFLAGS, dnl but prefer ${host}-ar over ar (useful for cross-compiling). AC_CHECK_TOOL([AR], [ar], [ar]) if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi else if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi AC_SUBST([AR]) AC_SUBST([ARFLAGS]) if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else dnl Use the ranlib program if it is available. AC_PROG_RANLIB fi fi AC_SUBST([RANLIB]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:327: -1- AC_DEFUN([AC_C_RESTRICT], [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict], [ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[typedef int *int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; } int bar (int [$ac_kw]); /* Catch GCC bug 14050. */ int bar (int ip[$ac_kw]) { return ip[0]; } ]], [[int s[1]; int *$ac_kw t = s; t[0] = 0; return foo (t) + bar (t); ]])], [ac_cv_c_restrict=$ac_kw]) test "$ac_cv_c_restrict" != no && break done ]) AH_VERBATIM([restrict], [/* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the previous line. Perhaps some future version of Sun C++ will work with restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict # define __restrict__ #endif]) case $ac_cv_c_restrict in restrict) ;; no) AC_DEFINE([restrict], []) ;; *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; esac ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:373: -1- AC_DEFUN([gl_BIGENDIAN], [ AC_C_BIGENDIAN ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot/usr/share/aclocal/gnulib-common.m4:383: -1- AC_DEFUN([gl_CACHE_VAL_SILENT], [ saved_as_echo_n="$as_echo_n" as_echo_n=':' AC_CACHE_VAL([$1], [$2]) as_echo_n="$saved_as_echo_n" ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal-1.16/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl FIXME we are no longer going to remove this! adjust warning dnl FIXME message accordingly. AC_DIAGNOSE([obsolete], [$0: this macro is deprecated, and will soon be removed. You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead, and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.]) dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:39: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_PROG_LTMAIN]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:68: -1- AC_DEFUN([LT_AC_PROG_SED]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:69: -1- AC_DEFUN([_LT_CC_BASENAME]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:70: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:95: -1- AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_ECHO_BACKSLASH]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/rsync-3.1.3/m4/have_type.m4:2: -1- AC_DEFUN([AC_HAVE_TYPE], [ AC_REQUIRE([AC_HEADER_STDC]) cv=`echo "$1" | sed 'y%./+- %__p__%'` AC_MSG_CHECKING(for $1) AC_CACHE_VAL([ac_cv_type_$cv], AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ AC_INCLUDES_DEFAULT $2]], [[$1 foo;]])], [eval "ac_cv_type_$cv=yes"], [eval "ac_cv_type_$cv=no"]))dnl ac_foo=`eval echo \\$ac_cv_type_$cv` AC_MSG_RESULT($ac_foo) if test "$ac_foo" = yes; then ac_tr_hdr=HAVE_`echo $1 | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'` if false; then AC_CHECK_TYPES($1) fi AC_DEFINE_UNQUOTED($ac_tr_hdr, 1, [Define if you have type `$1']) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/rsync/3.1.3-r0/rsync-3.1.3/m4/socklen_t.m4:10: -1- AC_DEFUN([TYPE_SOCKLEN_T], [ AC_CHECK_TYPE([socklen_t], ,[ AC_MSG_CHECKING([for socklen_t equivalent]) AC_CACHE_VAL([rsync_cv_socklen_t_equiv], [ # Systems have either "struct sockaddr *" or # "void *" as the second argument to getpeername rsync_cv_socklen_t_equiv= for arg2 in "struct sockaddr" void; do for t in int size_t unsigned long "unsigned long"; do AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #include int getpeername (int, $arg2 *, $t *); ]],[[ $t len; getpeername(0,0,&len); ]])],[ rsync_cv_socklen_t_equiv="$t" break ]) done done if test "x$rsync_cv_socklen_t_equiv" = x; then AC_MSG_ERROR([Cannot find a type to use in place of socklen_t]) fi ]) AC_MSG_RESULT($rsync_cv_socklen_t_equiv) AC_DEFINE_UNQUOTED(socklen_t, $rsync_cv_socklen_t_equiv, [type to use in place of socklen_t if not defined])], [#include #include ]) ]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:5: -1- AC_CONFIG_MACRO_DIR([m4]) m4trace:configure.ac:10: -1- m4_pattern_allow([^RSYNC_VERSION$]) m4trace:configure.ac:13: -1- m4_pattern_allow([^RSYNC_VERSION$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:17: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:44: -1- AC_PROG_EGREP m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:44: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:46: -1- AC_PROG_MKDIR_P m4trace:configure.ac:46: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:49: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^RSYNC_USE_PROTECTED_ARGS$]) m4trace:configure.ac:99: -1- m4_pattern_allow([^RSYNC_PATH$]) m4trace:configure.ac:120: -1- m4_pattern_allow([^RSYNCD_SYSCONF$]) m4trace:configure.ac:125: -1- m4_pattern_allow([^HAVE_REMSH$]) m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_REMSH$]) m4trace:configure.ac:135: -1- m4_pattern_allow([^RSYNC_RSH$]) m4trace:configure.ac:137: -1- m4_pattern_allow([^HAVE_YODL2MAN$]) m4trace:configure.ac:145: -1- m4_pattern_allow([^SHELL_PATH$]) m4trace:configure.ac:146: -1- m4_pattern_allow([^FAKEROOT_PATH$]) m4trace:configure.ac:164: -1- m4_pattern_allow([^NOBODY_USER$]) m4trace:configure.ac:165: -1- m4_pattern_allow([^NOBODY_GROUP$]) m4trace:configure.ac:204: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.ac:204: -1- m4_pattern_allow([^_LARGE_FILES$]) m4trace:configure.ac:219: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:230: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:240: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:261: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:270: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:281: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:292: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:303: -1- m4_pattern_allow([^INET6$]) m4trace:configure.ac:327: -1- m4_pattern_allow([^CONFIG_LOCALE$]) m4trace:configure.ac:333: -1- m4_pattern_allow([^SHUTDOWN_ALL_SOCKETS$]) m4trace:configure.ac:339: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:339: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.ac:339: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.ac:341: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) m4trace:configure.ac:342: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) m4trace:configure.ac:351: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/types.h"])]) _AC_HEADERS_EXPANSION]) m4trace:configure.ac:351: -1- m4_pattern_allow([^MAJOR_IN_MKDEV$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^MAJOR_IN_SYSMACROS$]) m4trace:configure.ac:374: -1- m4_pattern_allow([^MAKEDEV_TAKES_3_ARGS$]) m4trace:configure.ac:377: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:378: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:379: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$]) m4trace:configure.ac:380: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.ac:381: -1- m4_pattern_allow([^SIZEOF_INT16_T$]) m4trace:configure.ac:382: -1- m4_pattern_allow([^SIZEOF_UINT16_T$]) m4trace:configure.ac:383: -1- m4_pattern_allow([^SIZEOF_INT32_T$]) m4trace:configure.ac:384: -1- m4_pattern_allow([^SIZEOF_UINT32_T$]) m4trace:configure.ac:385: -1- m4_pattern_allow([^SIZEOF_INT64_T$]) m4trace:configure.ac:386: -1- m4_pattern_allow([^SIZEOF_OFF_T$]) m4trace:configure.ac:387: -1- m4_pattern_allow([^SIZEOF_OFF64_T$]) m4trace:configure.ac:388: -1- m4_pattern_allow([^SIZEOF_TIME_T$]) m4trace:configure.ac:392: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE_WIDER$]) m4trace:configure.ac:395: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$]) m4trace:configure.ac:398: -1- m4_pattern_allow([^uid_t$]) m4trace:configure.ac:398: -1- m4_pattern_allow([^gid_t$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_MODE_T$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_OFF_T$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_SIZE_T$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_PID_T$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_ID_T$]) m4trace:configure.ac:400: -1- m4_pattern_allow([^GETGROUPS_T$]) m4trace:configure.ac:401: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_RDEV$]) m4trace:configure.ac:401: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_MTIMENSEC$]) m4trace:configure.ac:401: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC$]) m4trace:configure.ac:401: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC$]) m4trace:configure.ac:415: -1- TYPE_SOCKLEN_T m4trace:configure.ac:415: -1- m4_pattern_allow([^socklen_t$]) m4trace:configure.ac:420: -1- m4_pattern_allow([^HAVE_ERRNO_DECL$]) m4trace:configure.ac:431: -1- m4_pattern_allow([^HAVE_CONNECT$]) m4trace:configure.ac:435: -1- m4_pattern_allow([^HAVE_LIBNSL_S$]) m4trace:configure.ac:439: -1- m4_pattern_allow([^HAVE_LIBNSL$]) m4trace:configure.ac:443: -1- m4_pattern_allow([^HAVE_LIBSOCKET$]) m4trace:configure.ac:447: -1- m4_pattern_allow([^HAVE_LIBINET$]) m4trace:configure.ac:455: -1- m4_pattern_allow([^HAVE_CONNECT$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^ICONV_CONST$]) m4trace:configure.ac:491: -1- m4_pattern_allow([^HAVE_INET_NTOP$]) m4trace:configure.ac:491: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:491: -1- m4_pattern_allow([^HAVE_INET_PTON$]) m4trace:configure.ac:491: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:493: -1- AC_HAVE_TYPE([struct addrinfo], [#include ]) m4trace:configure.ac:493: -1- m4_pattern_allow([^HAVE_STRUCT_ADDRINFO$]) m4trace:configure.ac:494: -1- AC_HAVE_TYPE([struct sockaddr_storage], [#include #include ]) m4trace:configure.ac:494: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_GETADDRINFO$]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_GETADDRINFO$]) m4trace:configure.ac:510: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:510: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_SOCKADDR_LEN$]) m4trace:configure.ac:532: -1- m4_pattern_allow([^HAVE_SOCKADDR_IN_LEN$]) m4trace:configure.ac:541: -1- m4_pattern_allow([^HAVE_SOCKADDR_UN_LEN$]) m4trace:configure.ac:550: -1- m4_pattern_allow([^HAVE_SOCKADDR_IN6_SCOPE_ID$]) m4trace:configure.ac:559: -1- AC_HAVE_TYPE([struct stat64], [#include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif ]) m4trace:configure.ac:559: -1- m4_pattern_allow([^HAVE_STRUCT_STAT64$]) m4trace:configure.ac:578: -1- m4_pattern_allow([^HAVE_STRCASECMP$]) m4trace:configure.ac:580: -1- m4_pattern_allow([^HAVE_LIBRESOLV$]) m4trace:configure.ac:583: -1- m4_pattern_allow([^HAVE_ACLSORT$]) m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_LIBSEC$]) m4trace:configure.ac:593: -1- AC_DEFUN([_AC_Header_utime_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" utime.h"])]) _AC_HEADERS_EXPANSION]) m4trace:configure.ac:593: -1- m4_pattern_allow([^HAVE_UTIME_NULL$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^size_t$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^HAVE_ALLOCA$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^ALLOCA$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^C_ALLOCA$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^CRAY_STACKSEG_END$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^STACK_DIRECTION$]) m4trace:configure.ac:606: -1- m4_pattern_allow([^HAVE_ICONV_OPEN$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^HAVE_FALLOCATE$]) m4trace:configure.ac:619: -1- m4_pattern_allow([^HAVE_FALLOC_FL_PUNCH_HOLE$]) m4trace:configure.ac:634: -1- m4_pattern_allow([^HAVE_FALLOC_FL_ZERO_RANGE$]) m4trace:configure.ac:652: -1- m4_pattern_allow([^HAVE_SYS_FALLOCATE$]) m4trace:configure.ac:660: -1- m4_pattern_allow([^HAVE_EFFICIENT_POSIX_FALLOCATE$]) m4trace:configure.ac:673: -1- m4_pattern_allow([^GETPGRP_VOID$]) m4trace:configure.ac:681: -1- m4_pattern_allow([^USE_ICONV_OPEN$]) m4trace:configure.ac:692: -1- m4_pattern_allow([^ICONV_OPTION$]) m4trace:configure.ac:694: -1- m4_pattern_allow([^ICONV_OPTION$]) m4trace:configure.ac:696: -1- m4_pattern_allow([^UTF8_CHARSET$]) m4trace:configure.ac:714: -1- m4_pattern_allow([^CHOWN_MODIFIES_SYMLINK$]) m4trace:configure.ac:733: -1- m4_pattern_allow([^CAN_HARDLINK_SYMLINK$]) m4trace:configure.ac:752: -1- m4_pattern_allow([^CAN_HARDLINK_SPECIAL$]) m4trace:configure.ac:765: -1- m4_pattern_allow([^HAVE_SOCKETPAIR$]) m4trace:configure.ac:768: -1- m4_pattern_allow([^HAVE_GETPASS$]) m4trace:configure.ac:768: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:771: -1- m4_pattern_allow([^HAVE_LIBPOPT$]) m4trace:configure.ac:805: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.ac:814: -1- m4_pattern_allow([^EXTERNAL_ZLIB$]) m4trace:configure.ac:821: -1- m4_pattern_allow([^SIGNED_CHAR_OK$]) m4trace:configure.ac:831: -1- m4_pattern_allow([^HAVE_BROKEN_READDIR$]) m4trace:configure.ac:838: -1- m4_pattern_allow([^HAVE_STRUCT_UTIMBUF$]) m4trace:configure.ac:845: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY_TZ$]) m4trace:configure.ac:869: -1- m4_pattern_allow([^HAVE_C99_VSNPRINTF$]) m4trace:configure.ac:897: -1- m4_pattern_allow([^HAVE_SECURE_MKSTEMP$]) m4trace:configure.ac:913: -1- m4_pattern_allow([^MKNOD_CREATES_FIFOS$]) m4trace:configure.ac:926: -1- m4_pattern_allow([^MKNOD_CREATES_SOCKETS$]) m4trace:configure.ac:955: -1- m4_pattern_allow([^OBJ_SAVE$]) m4trace:configure.ac:956: -1- m4_pattern_allow([^OBJ_RESTORE$]) m4trace:configure.ac:957: -1- m4_pattern_allow([^CC_SHOBJ_FLAG$]) m4trace:configure.ac:958: -1- m4_pattern_allow([^BUILD_POPT$]) m4trace:configure.ac:959: -1- m4_pattern_allow([^BUILD_ZLIB$]) m4trace:configure.ac:960: -1- m4_pattern_allow([^MAKE_MAN$]) m4trace:configure.ac:962: -1- m4_pattern_allow([^STUNNEL$]) m4trace:configure.ac:963: -1- m4_pattern_allow([^STUNNEL4$]) m4trace:configure.ac:979: -1- m4_pattern_allow([^HAVE_UNIXWARE_ACLS$]) m4trace:configure.ac:980: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:984: -1- m4_pattern_allow([^HAVE_SOLARIS_ACLS$]) m4trace:configure.ac:985: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:989: -1- m4_pattern_allow([^HAVE_HPUX_ACLS$]) m4trace:configure.ac:990: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:994: -1- m4_pattern_allow([^HAVE_IRIX_ACLS$]) m4trace:configure.ac:995: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:999: -1- m4_pattern_allow([^HAVE_AIX_ACLS$]) m4trace:configure.ac:1000: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:1004: -1- m4_pattern_allow([^HAVE_TRU64_ACLS$]) m4trace:configure.ac:1005: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:1010: -1- m4_pattern_allow([^HAVE_OSX_ACLS$]) m4trace:configure.ac:1011: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:1015: -1- m4_pattern_allow([^HAVE_LIBACL$]) m4trace:configure.ac:1022: -1- m4_pattern_allow([^HAVE_POSIX_ACLS$]) m4trace:configure.ac:1023: -1- m4_pattern_allow([^SUPPORT_ACLS$]) m4trace:configure.ac:1028: -1- m4_pattern_allow([^HAVE_ACL_GET_PERM_NP$]) m4trace:configure.ac:1058: -1- m4_pattern_allow([^HAVE_LINUX_XATTRS$]) m4trace:configure.ac:1059: -1- m4_pattern_allow([^SUPPORT_XATTRS$]) m4trace:configure.ac:1060: -1- m4_pattern_allow([^NO_SYMLINK_USER_XATTRS$]) m4trace:configure.ac:1061: -1- m4_pattern_allow([^HAVE_LIBATTR$]) m4trace:configure.ac:1065: -1- m4_pattern_allow([^HAVE_OSX_XATTRS$]) m4trace:configure.ac:1066: -1- m4_pattern_allow([^SUPPORT_XATTRS$]) m4trace:configure.ac:1067: -1- m4_pattern_allow([^NO_DEVICE_XATTRS$]) m4trace:configure.ac:1068: -1- m4_pattern_allow([^NO_SPECIAL_XATTRS$]) m4trace:configure.ac:1072: -1- m4_pattern_allow([^HAVE_FREEBSD_XATTRS$]) m4trace:configure.ac:1073: -1- m4_pattern_allow([^SUPPORT_XATTRS$]) m4trace:configure.ac:1077: -1- m4_pattern_allow([^HAVE_SOLARIS_XATTRS$]) m4trace:configure.ac:1078: -1- m4_pattern_allow([^SUPPORT_XATTRS$]) m4trace:configure.ac:1079: -1- m4_pattern_allow([^NO_SYMLINK_XATTRS$]) m4trace:configure.ac:1104: -1- m4_pattern_allow([^FORCE_FD_ZERO_MEMSET$]) m4trace:configure.ac:1109: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:1109: -1- m4_pattern_allow([^LTLIBOBJS$])