m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-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/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(top_builddir)' LIBTOOL="$LIBTOOL/${host_alias}-libtool" AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:101: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:101: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:620: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. You should run autoupdate.])dnl LT_LANG(C++)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran 77)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. You should run autoupdate.])dnl LT_LANG(Java)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. You should run autoupdate.])dnl LT_LANG(Windows Resource)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1248: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([libtool-sysroot], [AS_HELP_STRING([--with-libtool-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_libtool_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_libtool_sysroot in #( no) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` # Treat "/" the same a an unset sysroot. It seems to be more # compatible across host platforms that way!? if test "$lt_sysroot" = /; then lt_sysroot= fi fi ;; #( yes|''|/) ;; #( /*) lt_sysroot=`echo "$with_libtool_sysroot" | sed -e "$sed_quote_subst"` ;; #( *) AC_MSG_RESULT([$with_libtool_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1584: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1626: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1626: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1635: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1670: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1670: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1677: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1816: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1816: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:1927: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:2052: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:2052: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3161: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3223: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3223: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3246: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3760: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3760: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3761: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3761: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3832: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3846: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3865: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:3865: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8128: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8137: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8137: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8144: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8151: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8156: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8156: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8276: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/libtool.m4:8276: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [ AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_TYPES([error_t], [], [AC_DEFINE([error_t], [int], [Define to a type to use for 'error_t' if it is not otherwise available.]) AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h does not typedef error_t.])], [#if defined(HAVE_ARGZ_H) # include #endif]) LT_ARGZ_H= AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) dnl if have system argz functions, allow forced use of dnl libltdl-supplied implementation (and default to do so dnl on "known bad" systems). Could use a runtime check, but dnl (a) detecting malloc issues is notoriously unreliable dnl (b) only known system that declares argz functions, dnl provides them, yet they are broken, is cygwin dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) dnl So, it's more straightforward simply to special case dnl this for known bad systems. AS_IF([test -z "$LT_ARGZ_H"], [AC_CACHE_CHECK( [if argz actually works], [lt_cv_sys_argz_works], [[case $host_os in #( *cygwin*) lt_cv_sys_argz_works=no if test no != "$cross_compiling"; then lt_cv_sys_argz_works="guessing no" else lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' save_IFS=$IFS IFS=-. set x `uname -r | sed -e "$lt_sed_extract_leading_digits"` IFS=$save_IFS lt_os_major=${2-0} lt_os_minor=${3-0} lt_os_micro=${4-0} if test 1 -lt "$lt_os_major" \ || { test 1 -eq "$lt_os_major" \ && { test 5 -lt "$lt_os_minor" \ || { test 5 -eq "$lt_os_minor" \ && test 24 -lt "$lt_os_micro"; }; }; }; then lt_cv_sys_argz_works=yes fi fi ;; #( *) lt_cv_sys_argz_works=yes ;; esac]]) AS_IF([test yes = "$lt_cv_sys_argz_works"], [AC_DEFINE([HAVE_WORKING_ARGZ], 1, [This value is set to 1 to indicate that the system argz facility works])], [LT_ARGZ_H=lt__argz.h AC_LIBOBJ([lt__argz])])]) AC_SUBST([LT_ARGZ_H]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) _$0($*) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [ m4_pattern_allow([^_LT_LIBOBJS$]) _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) dnl We need to keep our own list of libobjs separate from our parent project, dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while dnl we look for our own LIBOBJs. m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) m4_pushdef([AC_LIBSOURCES]) dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: m4_if(_LTDL_MODE, [], [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) AC_ARG_WITH([included_ltdl], [AS_HELP_STRING([--with-included-ltdl], [use the GNU ltdl sources included here])]) if test yes != "$with_included_ltdl"; then # We are not being forced to use the included libltdl sources, so # decide whether there is a useful installed version we can use. AC_CHECK_HEADER([ltdl.h], [AC_CHECK_DECL([lt_dlinterface_register], [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], [with_included_ltdl=no], [with_included_ltdl=yes])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT #include ])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT] ) fi dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE dnl was called yet, then for old times' sake, we assume libltdl is in an dnl eponymous directory: AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) AC_ARG_WITH([ltdl_include], [AS_HELP_STRING([--with-ltdl-include=DIR], [use the ltdl headers installed in DIR])]) if test -n "$with_ltdl_include"; then if test -f "$with_ltdl_include/ltdl.h"; then : else AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) fi else with_ltdl_include=no fi AC_ARG_WITH([ltdl_lib], [AS_HELP_STRING([--with-ltdl-lib=DIR], [use the libltdl.la installed in DIR])]) if test -n "$with_ltdl_lib"; then if test -f "$with_ltdl_lib/libltdl.la"; then : else AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) fi else with_ltdl_lib=no fi case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in ,yes,no,no,) m4_case(m4_default(_LTDL_TYPE, [convenience]), [convenience], [_LTDL_CONVENIENCE], [installable], [_LTDL_INSTALLABLE], [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) ;; ,no,no,no,) # If the included ltdl is not to be used, then use the # preinstalled libltdl we found. AC_DEFINE([HAVE_LTDL], [1], [Define this if a modern libltdl is already installed]) LIBLTDL=-lltdl LTDLDEPS= LTDLINCL= ;; ,no*,no,*) AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) ;; *) with_included_ltdl=no LIBLTDL="-L$with_ltdl_lib -lltdl" LTDLDEPS= LTDLINCL=-I$with_ltdl_include ;; esac INCLTDL=$LTDLINCL # Report our decision... AC_MSG_CHECKING([where to find libltdl headers]) AC_MSG_RESULT([$LTDLINCL]) AC_MSG_CHECKING([where to find libltdl library]) AC_MSG_RESULT([$LIBLTDL]) _LTDL_SETUP dnl restore autoconf definition. m4_popdef([AC_LIBOBJ]) m4_popdef([AC_LIBSOURCES]) AC_CONFIG_COMMANDS_PRE([ _ltdl_libobjs= _ltdl_ltlibobjs= if test -n "$_LT_LIBOBJS"; then # Remove the extension. _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" done fi AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) ]) # Only expand once: m4_define([LTDL_INIT]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_SYS_MODULE_EXT])dnl AC_REQUIRE([LT_SYS_MODULE_PATH])dnl AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl AC_REQUIRE([LT_LIB_DLLOAD])dnl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl AC_REQUIRE([LT_FUNC_ARGZ])dnl m4_require([_LT_CHECK_OBJDIR])dnl m4_require([_LT_HEADER_DLFCN])dnl m4_require([_LT_CHECK_DLPREOPEN])dnl m4_require([_LT_DECL_SED])dnl dnl Don't require this, or it will be expanded earlier than the code dnl that sets the variables it relies on: _LT_ENABLE_INSTALL dnl _LTDL_MODE specific code must be called at least once: _LTDL_MODE_DISPATCH # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS # the user used. This is so that ltdl.h can pick up the parent projects # config.h file, The first file in AC_CONFIG_HEADERS must contain the # definitions required by ltdl.c. # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). AC_CONFIG_COMMANDS_PRE([dnl m4_pattern_allow([^LT_CONFIG_H$])dnl m4_ifset([AH_HEADER], [LT_CONFIG_H=AH_HEADER], [m4_ifset([AC_LIST_HEADERS], [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], [])])]) AC_SUBST([LT_CONFIG_H]) AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) m4_pattern_allow([LT_LIBEXT])dnl AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) name= eval "lt_libprefix=\"$libname_spec\"" m4_pattern_allow([LT_LIBPREFIX])dnl AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) name=ltdl eval "LTDLOPEN=\"$libname_spec\"" AC_SUBST([LTDLOPEN]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([whether deplibs are loaded by dlopen], [lt_cv_sys_dlopen_deplibs], [# PORTME does your system automatically load deplibs for dlopen? # or its logical equivalent (e.g. shl_load for HP-UX < 11) # For now, we just catch OSes we know something about -- in the # future, we'll try test this programmatically. lt_cv_sys_dlopen_deplibs=unknown case $host_os in aix3*|aix4.1.*|aix4.2.*) # Unknown whether this is true for these versions of AIX, but # we want this 'case' here to explicitly catch those versions. lt_cv_sys_dlopen_deplibs=unknown ;; aix[[4-9]]*) lt_cv_sys_dlopen_deplibs=yes ;; amigaos*) case $host_cpu in powerpc) lt_cv_sys_dlopen_deplibs=no ;; esac ;; bitrig*) lt_cv_sys_dlopen_deplibs=yes ;; darwin*) # Assuming the user has installed a libdl from somewhere, this is true # If you are looking for one http://www.opendarwin.org/projects/dlcompat lt_cv_sys_dlopen_deplibs=yes ;; freebsd* | dragonfly*) lt_cv_sys_dlopen_deplibs=yes ;; gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) # GNU and its variants, using gnu ld.so (Glibc) lt_cv_sys_dlopen_deplibs=yes ;; hpux10*|hpux11*) lt_cv_sys_dlopen_deplibs=yes ;; interix*) lt_cv_sys_dlopen_deplibs=yes ;; irix[[12345]]*|irix6.[[01]]*) # Catch all versions of IRIX before 6.2, and indicate that we don't # know how it worked for any of those versions. lt_cv_sys_dlopen_deplibs=unknown ;; irix*) # The case above catches anything before 6.2, and it's known that # at 6.2 and later dlopen does load deplibs. lt_cv_sys_dlopen_deplibs=yes ;; netbsd*) lt_cv_sys_dlopen_deplibs=yes ;; openbsd*) lt_cv_sys_dlopen_deplibs=yes ;; osf[[1234]]*) # dlopen did load deplibs (at least at 4.x), but until the 5.x series, # it did *not* use an RPATH in a shared library to find objects the # library depends on, so we explicitly say 'no'. lt_cv_sys_dlopen_deplibs=no ;; osf5.0|osf5.0a|osf5.1) # dlopen *does* load deplibs and with the right loader patch applied # it even uses RPATH in a shared library to search for shared objects # that the library depends on, but there's no easy way to know if that # patch is installed. Since this is the case, all we can really # say is unknown -- it depends on the patch being installed. If # it is, this changes to 'yes'. Without it, it would be 'no'. lt_cv_sys_dlopen_deplibs=unknown ;; osf*) # the two cases above should catch all versions of osf <= 5.1. Read # the comments above for what we know about them. # At > 5.1, deplibs are loaded *and* any RPATH in a shared library # is used to find them so we can finally say 'yes'. lt_cv_sys_dlopen_deplibs=yes ;; qnx*) lt_cv_sys_dlopen_deplibs=yes ;; solaris*) lt_cv_sys_dlopen_deplibs=yes ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) libltdl_cv_sys_dlopen_deplibs=yes ;; esac ]) if test yes != "$lt_cv_sys_dlopen_deplibs"; then AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], [Define if the OS needs help to load dependent libraries for dlopen().]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:545: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:552: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what extension is used for runtime loadable modules], [libltdl_cv_shlibext], [ module=yes eval libltdl_cv_shlibext=$shrext_cmds module=no eval libltdl_cv_shrext=$shrext_cmds ]) if test -n "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_MODULE_EXT])dnl AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], [Define to the extension used for runtime loadable modules, say, ".so".]) fi if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_SHARED_EXT])dnl AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], [Define to the shared library suffix, say, ".dylib".]) fi if test -n "$shared_archive_member_spec"; then m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], [Define to the shared archive member specification, say "(shr.o)".]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:587: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what variable specifies run-time module search path], [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) if test -n "$lt_cv_module_path_var"; then m4_pattern_allow([LT_MODULE_PATH_VAR])dnl AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], [Define to the name of the environment variable that determines the run-time module search path.]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([for the default library search path], [lt_cv_sys_dlsearch_path], [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) if test -n "$lt_cv_sys_dlsearch_path"; then sys_dlsearch_path= for dir in $lt_cv_sys_dlsearch_path; do if test -z "$sys_dlsearch_path"; then sys_dlsearch_path=$dir else sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir fi done m4_pattern_allow([LT_DLSEARCH_PATH])dnl AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], [Define to the system default library search path.]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:653: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) LT_DLLOADERS= AC_SUBST([LT_DLLOADERS]) AC_LANG_PUSH([C]) lt_dlload_save_LIBS=$LIBS LIBADD_DLOPEN= AC_SEARCH_LIBS([dlopen], [dl], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) if test "$ac_cv_search_dlopen" != "none required"; then LIBADD_DLOPEN=-ldl fi libltdl_cv_lib_dl_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H # include #endif ]], [[dlopen(0, 0);]])], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_CHECK_LIB([svld], [dlopen], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" then lt_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" AC_CHECK_FUNCS([dlerror]) LIBS=$lt_save_LIBS fi AC_SUBST([LIBADD_DLOPEN]) LIBADD_SHL_LOAD= AC_CHECK_FUNC([shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], [AC_CHECK_LIB([dld], [shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" LIBADD_SHL_LOAD=-ldld])]) AC_SUBST([LIBADD_SHL_LOAD]) case $host_os in darwin[[1567]].*) # We only want this for pre-Mac OS X 10.4. AC_CHECK_FUNC([_dyld_func_lookup], [AC_DEFINE([HAVE_DYLD], [1], [Define if you have the _dyld_func_lookup function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) ;; beos*) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" ;; cygwin* | mingw* | pw32*) AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" ;; esac AC_CHECK_LIB([dld], [dld_link], [AC_DEFINE([HAVE_DLD], [1], [Define if you have the GNU dld library.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) AC_SUBST([LIBADD_DLD_LINK]) m4_pattern_allow([^LT_DLPREOPEN$]) LT_DLPREOPEN= if test -n "$LT_DLLOADERS" then for lt_loader in $LT_DLLOADERS; do LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " done AC_DEFINE([HAVE_LIBDLLOADER], [1], [Define if libdlloader will be built on this platform]) fi AC_SUBST([LT_DLPREOPEN]) dnl This isn't used anymore, but set it for backwards compatibility LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" AC_SUBST([LIBADD_DL]) LIBS=$lt_dlload_save_LIBS AC_LANG_POP ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:756: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl AC_CACHE_CHECK([for _ prefix in compiled symbols], [lt_cv_sys_symbol_underscore], [lt_cv_sys_symbol_underscore=no cat > conftest.$ac_ext <<_LT_EOF void nm_test_func(){} int main(){nm_test_func;return 0;} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. ac_nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then lt_cv_sys_symbol_underscore=yes else if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then : else echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD fi fi else echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.c >&AS_MESSAGE_LOG_FD fi rm -rf conftest* ]) sys_symbol_underscore=$lt_cv_sys_symbol_underscore AC_SUBST([sys_symbol_underscore]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:793: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:800: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext if test yes = "$lt_cv_sys_symbol_underscore"; then if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then AC_CACHE_CHECK([whether we have to add an underscore for dlsym], [libltdl_cv_need_uscore], [libltdl_cv_need_uscore=unknown dlsym_uscore_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" libname=conftmod # stay within 8.3 filename limits! cat >$libname.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; }] _LT_EOF # ltfn_module_cmds module_cmds # Execute tilde-delimited MODULE_CMDS with environment primed for # $module_cmds or $archive_cmds type content. ltfn_module_cmds () {( # subshell avoids polluting parent global environment module_cmds_save_ifs=$IFS; IFS='~' for cmd in @S|@1; do IFS=$module_cmds_save_ifs libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. major=; versuffix=; verstring=; deplibs= ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= eval $cmd done IFS=$module_cmds_save_ifs )} # Compile a loadable module using libtool macro expansion results. $CC $pic_flag -c $libname.$ac_ext ltfn_module_cmds "${module_cmds:-$archive_cmds}" # Try to fetch fnord with dlsym(). libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 cat >conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifndef RTLD_GLOBAL # ifdef DL_GLOBAL # define RTLD_GLOBAL DL_GLOBAL # else # define RTLD_GLOBAL 0 # endif #endif #ifndef RTLD_NOW # ifdef DL_NOW # define RTLD_NOW DL_NOW # else # define RTLD_NOW 0 # endif #endif int main () { void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); int status = $libltdl_dlunknown; if (handle) { if (dlsym (handle, "fnord")) status = $libltdl_dlnouscore; else { if (dlsym (handle, "_fnord")) status = $libltdl_dluscore; else puts (dlerror ()); } dlclose (handle); } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null libltdl_status=$? case x$libltdl_status in x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; x*) libltdl_cv_need_uscore=unknown ;; esac fi rm -rf conftest* $libname* LIBS=$dlsym_uscore_save_LIBS ]) fi fi if test yes = "$libltdl_cv_need_uscore"; then AC_DEFINE([NEED_USCORE], [1], [Define if dlsym() requires a leading underscore in symbol names.]) fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. You should run autoupdate.])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_ENABLE_SHARED($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_DISABLE_SHARED($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_ENABLE_STATIC($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_DISABLE_STATIC($@)]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6' macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-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/subversion/1.13.0-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) m4trace:build/ac-macros/apache.m4:28: -1- AC_DEFUN([SVN_FIND_APACHE], [ AC_REQUIRE([AC_CANONICAL_HOST]) HTTPD_WANTED_MMN="$1" HTTPD_WHITELIST_VER="$2" AC_MSG_CHECKING(for Apache module support via DSO through APXS) AC_ARG_WITH(apxs, [AS_HELP_STRING([[--with-apxs[=FILE]]], [Build shared Apache modules. FILE is the optional pathname to the Apache apxs tool; defaults to "apxs".])], [ if test "$withval" = "yes"; then APXS=apxs else APXS="$withval" fi APXS_EXPLICIT=1 ]) if test -z "$APXS"; then for i in /usr/local/apache2/bin /usr/local/apache/bin /usr/bin /usr/sbin ; do if test -f "$i/apxs2"; then APXS="$i/apxs2" break fi if test -f "$i/apxs"; then APXS="$i/apxs" break fi done fi if test -n "$APXS" && test "$APXS" != "no"; then APXS_INCLUDE="`$APXS -q INCLUDEDIR`" if test -r $APXS_INCLUDE/mod_dav.h; then AC_MSG_RESULT(found at $APXS) AC_MSG_CHECKING([httpd version]) AC_EGREP_CPP(VERSION_OKAY, [ #include "$APXS_INCLUDE/ap_mmn.h" #if AP_MODULE_MAGIC_AT_LEAST($HTTPD_WANTED_MMN,0) VERSION_OKAY #endif], [AC_MSG_RESULT([recent enough])], [AC_MSG_RESULT([apache too old: mmn must be at least $HTTPD_WANTED_MMN]) if test "$APXS_EXPLICIT" != ""; then AC_MSG_ERROR([Apache APXS build explicitly requested, but apache version is too old]) fi APXS="" ]) elif test "$APXS_EXPLICIT" != ""; then AC_MSG_ERROR([no - APXS refers to an old version of Apache Unable to locate $APXS_INCLUDE/mod_dav.h]) else AC_MSG_RESULT(no - Unable to locate $APXS_INCLUDE/mod_dav.h) APXS="" fi else AC_MSG_RESULT(no) fi # check for some busted versions of mod_dav # in particular 2.2.25, 2.4.5, and 2.4.6 had the following bugs which are # troublesome for Subversion: # PR 55304: https://issues.apache.org/bugzilla/show_bug.cgi?id=55304 # PR 55306: https://issues.apache.org/bugzilla/show_bug.cgi?id=55306 # PR 55397: https://issues.apache.org/bugzilla/show_bug.cgi?id=55397 if test -n "$APXS" && test "$APXS" != "no"; then AC_MSG_CHECKING([mod_dav version]) HTTPD_MAJOR=`$SED -ne '/^#define AP_SERVER_MAJORVERSION_NUMBER/p' "$APXS_INCLUDE/ap_release.h" | $SED -e 's/^.*NUMBER *//'` HTTPD_MINOR=`$SED -ne '/^#define AP_SERVER_MINORVERSION_NUMBER/p' "$APXS_INCLUDE/ap_release.h" | $SED -e 's/^.*NUMBER *//'` HTTPD_PATCH=`$SED -ne '/^#define AP_SERVER_PATCHLEVEL_NUMBER/p' "$APXS_INCLUDE/ap_release.h" | $SED -e 's/^.*NUMBER *//'` HTTPD_VERSION="${HTTPD_MAJOR}.${HTTPD_MINOR}.${HTTPD_PATCH}" case "$HTTPD_VERSION" in $HTTPD_WHITELIST_VER) AC_MSG_RESULT([acceptable (whitelist)]) ;; 2.2.25 | 2.4.[[5-6]]) AC_MSG_RESULT([broken]) AC_MSG_ERROR([Apache httpd version $HTTPD_VERSION includes a broken mod_dav; use a newer version of httpd]) ;; 2.[[0-9]]*.[[0-9]]*) AC_MSG_RESULT([acceptable]) ;; *) AC_MSG_RESULT([unrecognised]) AC_MSG_ERROR([Apache httpd version $HTTPD_VERSION not recognised]) ;; esac fi if test -n "$APXS" && test "$APXS" != "no"; then AC_MSG_CHECKING([whether Apache version is compatible with APR version]) apr_major_version="${apr_version%%.*}" case "$apr_major_version" in 0) apache_minor_version_wanted_regex="0" ;; 1) apache_minor_version_wanted_regex=["[1-5]"] ;; 2) apache_minor_version_wanted_regex=["[3-5]"] ;; *) AC_MSG_ERROR([unknown APR version]) ;; esac case $HTTPD_MINOR in $apache_minor_version_wanted_regex) AC_MSG_RESULT([yes]) ;; *) AC_MSG_RESULT([no]) AC_MSG_ERROR([Apache version $HTTPD_VERSION incompatible with APR version $apr_version]) ;; esac fi AC_ARG_WITH(apache-libexecdir, [AS_HELP_STRING([[--with-apache-libexecdir[=PATH]]], [Install Apache modules to Apache's configured modules directory instead of LIBEXECDIR; if PATH is given, install to PATH.])], [APACHE_LIBEXECDIR="$withval"],[APACHE_LIBEXECDIR='no']) INSTALL_APACHE_MODS=false if test -n "$APXS" && test "$APXS" != "no"; then APXS_CC="`$APXS -q CC`" APACHE_INCLUDES="$APACHE_INCLUDES -I$APXS_INCLUDE" if test "$APACHE_LIBEXECDIR" = 'no'; then APACHE_LIBEXECDIR="$libexecdir" elif test "$APACHE_LIBEXECDIR" = 'yes'; then APACHE_LIBEXECDIR="`$APXS -q libexecdir`" fi AC_CHECK_HEADERS(unistd.h, [AC_CHECK_FUNCS(getpid)], []) MMN_MAJOR=`$SED -ne '/^#define MODULE_MAGIC_NUMBER_MAJOR/p' "$APXS_INCLUDE/ap_mmn.h" | $SED -e 's/^.*MAJOR *//'` MMN_MINOR=`$SED -ne '/^#define MODULE_MAGIC_NUMBER_MINOR/p' "$APXS_INCLUDE/ap_mmn.h" | $SED -e 's/^.*MINOR *//' | $SED -e 's/ .*//'` if test "$MMN_MAJOR" = "20120211" && test "$MMN_MINOR" -lt "47" ; then # This is httpd 2.4 and it doesn't appear to have the required # API but the installation may have been patched. AC_ARG_ENABLE(broken-httpd-auth, AS_HELP_STRING([--enable-broken-httpd-auth], [Force build against httpd 2.4 with broken auth. (This is not recommended as Subversion will be vulnerable to CVE-2015-3184.)]), [broken_httpd_auth=$enableval],[broken_httpd_auth=no]) AC_MSG_CHECKING([for ap_some_authn_required]) old_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $APACHE_INCLUDES $SVN_APR_INCLUDES" AC_EGREP_CPP([int.*\sap_some_authn_required\s*\(], [#include "http_request.h"], [AC_MSG_RESULT([yes]) working_auth=yes], [AC_MSG_RESULT([no])]) CPPFLAGS="$old_CPPFLAGS" if test "$working_auth" = "yes" ; then AC_DEFINE(SVN_USE_FORCE_AUTHN, 1, [Defined to build with patched httpd 2.4 and working auth]) elif test "$enable_broken_httpd_auth" = "yes"; then AC_MSG_WARN([==============================================]) AC_MSG_WARN([Apache httpd $HTTPD_VERSION MMN $MMN_MAJOR.$MMN_MINOR]) AC_MSG_WARN([Subversion will be vulnerable to CVE-2015-3184]) AC_MSG_WARN([==============================================]) AC_DEFINE(SVN_ALLOW_BROKEN_HTTPD_AUTH, 1, [Defined to build against httpd 2.4 with broken auth]) else AC_MSG_ERROR([Apache httpd $HTTPD_VERSION MMN $MMN_MAJOR.$MMN_MINOR has broken auth (CVE-2015-3184)]) fi fi BUILD_APACHE_RULE=apache-mod INSTALL_APACHE_RULE=install-mods-shared INSTALL_APACHE_MODS=true case $host in *-*-cygwin*) APACHE_LDFLAGS="-shrext .so" ;; esac elif test x"$APXS" != x"no"; then echo "==================================================================" echo "WARNING: skipping the build of mod_dav_svn" echo " try using --with-apxs" echo "==================================================================" fi AC_SUBST(APXS) AC_SUBST(APACHE_LDFLAGS) AC_SUBST(APACHE_INCLUDES) AC_SUBST(APACHE_LIBEXECDIR) AC_SUBST(INSTALL_APACHE_MODS) AC_SUBST(HTTPD_VERSION) # there aren't any flags that interest us ... #if test -n "$APXS" && test "$APXS" != "no"; then # CFLAGS="$CFLAGS `$APXS -q CFLAGS CFLAGS_SHLIB`" #fi if test -n "$APXS_CC" && test "$APXS_CC" != "$CC" ; then echo "==================================================================" echo "WARNING: You have chosen to compile Subversion with a different" echo " compiler than the one used to compile Apache." echo "" echo " Current compiler: $CC" echo " Apache's compiler: $APXS_CC" echo "" echo "This could cause some problems." echo "==================================================================" fi ]) m4trace:build/ac-macros/apr.m4:29: -1- AC_DEFUN([SVN_LIB_APR], [ APR_WANTED_REGEXES="$1" AC_MSG_NOTICE([Apache Portable Runtime (APR) library configuration]) APR_FIND_APR("", "", 1, [2 1 0]) if test $apr_found = "no"; then AC_MSG_WARN([APR not found]) SVN_DOWNLOAD_APR fi if test $apr_found = "reconfig"; then AC_MSG_ERROR([Unexpected APR reconfig]) fi dnl check APR version number against regex AC_MSG_CHECKING([APR version]) apr_version="`$apr_config --version`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --version failed]) fi AC_MSG_RESULT([$apr_version]) APR_WANTED_REGEX_MATCH=0 for apr_wanted_regex in $APR_WANTED_REGEXES; do if test `expr $apr_version : $apr_wanted_regex` -ne 0; then APR_WANTED_REGEX_MATCH=1 break fi done if test $APR_WANTED_REGEX_MATCH -eq 0; then echo "wanted regexes are $APR_WANTED_REGEXES" AC_MSG_ERROR([invalid apr version found]) fi dnl Get build information from APR CPPFLAGS="$CPPFLAGS `$apr_config --cppflags`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --cppflags failed]) fi CFLAGS="$CFLAGS `$apr_config --cflags`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --cflags failed]) fi apr_ldflags="`$apr_config --ldflags`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --ldflags failed]) fi LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS($apr_ldflags)`" SVN_APR_INCLUDES="`$apr_config --includes`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --includes failed]) fi if test "$enable_all_static" = "yes"; then SVN_APR_LIBS="`$apr_config --link-ld --libs`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --link-ld --libs failed]) fi else SVN_APR_LIBS="`$apr_config --link-ld`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --link-ld failed]) fi fi SVN_APR_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($SVN_APR_LIBS)`" SVN_APR_SHLIB_PATH_VAR="`$apr_config --shlib-path-var`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --shlib-path-var failed]) fi AC_SUBST(SVN_APR_CONFIG, ["$apr_config"]) AC_SUBST(SVN_APR_INCLUDES) AC_SUBST(SVN_APR_LIBS) AC_SUBST(SVN_APR_SHLIB_PATH_VAR) ]) m4trace:build/ac-macros/apr.m4:117: -1- AC_DEFUN([SVN_DOWNLOAD_APR], [ echo "The Apache Portable Runtime (APR) library cannot be found." echo "Please install APR on this system and configure Subversion" echo "with the appropriate --with-apr option." echo "" echo "You probably need to do something similar with the Apache" echo "Portable Runtime Utility (APRUTIL) library and then configure" echo "Subversion with both the --with-apr and --with-apr-util options." echo "" AC_MSG_ERROR([no suitable APR found]) ]) m4trace:build/ac-macros/apr_memcache.m4:28: -1- AC_DEFUN([SVN_LIB_APR_MEMCACHE], [ apr_memcache_found=no AC_ARG_WITH(apr_memcache,AC_HELP_STRING([--with-apr_memcache=PREFIX], [Standalone apr_memcache client library]), [ if test "$withval" = "yes" ; then AC_MSG_ERROR([--with-apr_memcache requires an argument.]) else AC_MSG_NOTICE([looking for separate apr_memcache package]) apr_memcache_prefix=$withval save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $SVN_APR_INCLUDES $SVN_APRUTIL_INCLUDES -I$apr_memcache_prefix/include/apr_memcache-0" AC_CHECK_HEADER(apr_memcache.h,[ save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS -L$apr_memcache_prefix/lib" AC_CHECK_LIB(apr_memcache, apr_memcache_create, [apr_memcache_found="standalone"]) LDFLAGS="$save_ldflags"]) CPPFLAGS="$save_cppflags" fi ], [ dnl Try just looking in apr-util (>= 1.3 has it already). AC_MSG_NOTICE([looking for apr_memcache as part of apr-util]) save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $SVN_APR_INCLUDES $SVN_APRUTIL_INCLUDES" AC_CHECK_HEADER(apr_memcache.h,[ save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS $SVN_APRUTIL_LIBS" AC_CHECK_LIB(aprutil-1, apr_memcache_create, [apr_memcache_found="aprutil"]) LDFLAGS="$save_ldflags"]) CPPFLAGS="$save_cppflags" ]) if test $apr_memcache_found = "standalone"; then SVN_APR_MEMCACHE_INCLUDES="-I$apr_memcache_prefix/include/apr_memcache-0" SVN_APR_MEMCACHE_LIBS="$apr_memcache_prefix/lib/libapr_memcache.la" svn_lib_apr_memcache=yes elif test $apr_memcache_found = "aprutil"; then dnl We are already linking apr-util everywhere, so no special treatement needed. SVN_APR_MEMCACHE_INCLUDES="" SVN_APR_MEMCACHE_LIBS="" svn_lib_apr_memcache=yes elif test $apr_memcache_found = "reconfig"; then svn_lib_apr_memcache=yes else svn_lib_apr_memcache=no fi AC_SUBST(SVN_APR_MEMCACHE_INCLUDES) AC_SUBST(SVN_APR_MEMCACHE_LIBS) ]) m4trace:build/ac-macros/aprutil.m4:35: -1- AC_DEFUN([SVN_LIB_APRUTIL], [ APRUTIL_WANTED_REGEXES="$1" AC_MSG_NOTICE([Apache Portable Runtime Utility (APRUTIL) library configuration]) APR_FIND_APU("", "", 1, [1 0]) if test $apu_found = "no"; then AC_MSG_WARN([APRUTIL not found]) SVN_DOWNLOAD_APRUTIL fi if test $apu_found = "reconfig"; then AC_MSG_ERROR([Unexpected APRUTIL reconfig]) fi dnl check APRUTIL version number against regex AC_MSG_CHECKING([APRUTIL version]) apu_version="`$apu_config --version`" if test $? -ne 0; then # This is a hack as suggested by Ben Collins-Sussman. It can be # removed after apache 2.0.44 has been released. (The apu-config # shipped in 2.0.43 contains a correct version number, but # stupidly doesn't understand the --version switch.) apu_version=`grep "APRUTIL_DOTTED_VERSION=" $(which $apu_config) | tr -d "APRUTIL_DOTTED_VERSION="| tr -d '"'` #AC_MSG_ERROR([ # apu-config --version failed. # Your apu-config doesn't support the --version switch, please upgrade # to APR-UTIL more recent than 2002-Nov-05.]) fi AC_MSG_RESULT([$apu_version]) APU_WANTED_REGEX_MATCH=0 for apu_wanted_regex in $APRUTIL_WANTED_REGEXES; do if test `expr $apu_version : $apu_wanted_regex` -ne 0; then APU_WANTED_REGEX_MATCH=1 break fi done if test $APU_WANTED_REGEX_MATCH -eq 0; then echo "wanted regexes are $APRUTIL_WANTED_REGEXES" AC_MSG_ERROR([invalid APRUTIL version found]) fi dnl Get libraries and thread flags from APRUTIL --------------------- apu_ldflags="`$apu_config --ldflags`" if test $? -ne 0; then AC_MSG_ERROR([apu-config --ldflags failed]) fi LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS($apu_ldflags)`" SVN_APRUTIL_INCLUDES="`$apu_config --includes`" if test $? -ne 0; then AC_MSG_ERROR([apu-config --includes failed]) fi if test "$enable_all_static" = "yes"; then SVN_APRUTIL_LIBS="`$apu_config --link-ld --libs`" if test $? -ne 0; then AC_MSG_ERROR([apu-config --link-ld --libs failed]) fi else SVN_APRUTIL_LIBS="`$apu_config --link-ld`" if test $? -ne 0; then AC_MSG_ERROR([apu-config --link-ld failed]) fi fi SVN_APRUTIL_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($SVN_APRUTIL_LIBS)`" AC_SUBST(SVN_APRUTIL_INCLUDES) AC_SUBST(SVN_APRUTIL_CONFIG, ["$apu_config"]) AC_SUBST(SVN_APRUTIL_LIBS) dnl What version of Expat are we using? ----------------- SVN_HAVE_OLD_EXPAT="`$apu_config --old-expat`" if test "$SVN_HAVE_OLD_EXPAT" = "yes"; then AC_DEFINE(SVN_HAVE_OLD_EXPAT, 1, [Defined if Expat 1.0 or 1.1 was found]) fi ]) m4trace:build/ac-macros/aprutil.m4:121: -1- AC_DEFUN([SVN_DOWNLOAD_APRUTIL], [ echo "The Apache Portable Runtime Utility (APRUTIL) library cannot be found." echo "Install APRUTIL on this system and configure Subversion with the" echo " appropriate --with-apr-util option." echo "" AC_MSG_ERROR([no suitable APRUTIL found]) ]) m4trace:build/ac-macros/ax_boost_base.m4:46: -1- AC_DEFUN([AX_BOOST_BASE], [ AC_ARG_WITH([boost], [AS_HELP_STRING([--with-boost@<:@=ARG@:>@], [use Boost library from a standard location (ARG=yes), from the specified location (ARG=), or disable it (ARG=no) @<:@ARG=yes@:>@ ])], [ AS_CASE([$withval], [no],[want_boost="no";_AX_BOOST_BASE_boost_path=""], [yes],[want_boost="yes";_AX_BOOST_BASE_boost_path=""], [want_boost="yes";_AX_BOOST_BASE_boost_path="$withval"]) ], [want_boost="yes"]) AC_ARG_WITH([boost-libdir], [AS_HELP_STRING([--with-boost-libdir=LIB_DIR], [Force given directory for boost libraries. Note that this will override library path detection, so use this parameter only if default library detection fails and you know exactly where your boost libraries are located.])], [ AS_IF([test -d "$withval"], [_AX_BOOST_BASE_boost_lib_path="$withval"], [AC_MSG_ERROR([--with-boost-libdir expected directory name])]) ], [_AX_BOOST_BASE_boost_lib_path=""]) BOOST_LDFLAGS="" BOOST_CPPFLAGS="" AS_IF([test "x$want_boost" = "xyes"], [_AX_BOOST_BASE_RUNDETECT([$1],[$2],[$3])]) AC_SUBST(BOOST_CPPFLAGS) AC_SUBST(BOOST_LDFLAGS) ]) m4trace:build/ac-macros/ax_boost_base.m4:86: -1- AC_DEFUN([_AX_BOOST_BASE_TONUMERICVERSION], [ AS_IF([test "x$2" = "x"],[_AX_BOOST_BASE_TONUMERICVERSION_req="1.20.0"],[_AX_BOOST_BASE_TONUMERICVERSION_req="$2"]) _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\.[[0-9]]*\)'` _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\)'` AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"], [AC_MSG_ERROR([You should at least specify libboost major version])]) _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.\([[0-9]]*\)'` AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"], [_AX_BOOST_BASE_TONUMERICVERSION_req_minor="0"]) _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'` AS_IF([test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"], [_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor="0"]) _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor` AS_VAR_SET($1,$_AX_BOOST_BASE_TONUMERICVERSION_RET) ]) m4trace:build/ac-macros/ax_boost_base.m4:103: -1- AC_DEFUN([_AX_BOOST_BASE_RUNDETECT], [ _AX_BOOST_BASE_TONUMERICVERSION(WANT_BOOST_VERSION,[$1]) succeeded=no AC_REQUIRE([AC_CANONICAL_HOST]) dnl On 64-bit systems check for system libraries in both lib64 and lib. dnl The former is specified by FHS, but e.g. Debian does not adhere to dnl this (as it rises problems for generic multi-arch support). dnl The last entry in the list is chosen by default when no libraries dnl are found, e.g. when only header-only libraries are installed! AS_CASE([${host_cpu}], [x86_64],[libsubdirs="lib64 libx32 lib lib64"], [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"], [libsubdirs="lib"] ) dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give dnl them priority over the other paths since, if libs are found there, they dnl are almost assuredly the ones desired. AS_CASE([${host_cpu}], [i?86],[multiarch_libsubdir="lib/i386-${host_os}"], [multiarch_libsubdir="lib/${host_cpu}-${host_os}"] ) dnl first we check the system location for boost libraries dnl this location ist chosen if boost libraries are installed with the --layout=system option dnl or if you install boost with RPM AS_IF([test "x$_AX_BOOST_BASE_boost_path" != "x"],[ AC_MSG_CHECKING([for boostlib >= $1 ($WANT_BOOST_VERSION) includes in "$_AX_BOOST_BASE_boost_path/include"]) AS_IF([test -d "$_AX_BOOST_BASE_boost_path/include" && test -r "$_AX_BOOST_BASE_boost_path/include"],[ AC_MSG_RESULT([yes]) BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include" for _AX_BOOST_BASE_boost_path_tmp in $multiarch_libsubdir $libsubdirs; do AC_MSG_CHECKING([for boostlib >= $1 ($WANT_BOOST_VERSION) lib path in "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp"]) AS_IF([test -d "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" && test -r "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" ],[ AC_MSG_RESULT([yes]) BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp"; break; ], [AC_MSG_RESULT([no])]) done],[ AC_MSG_RESULT([no])]) ],[ if test X"$cross_compiling" = Xyes; then search_libsubdirs=$multiarch_libsubdir else search_libsubdirs="$multiarch_libsubdir $libsubdirs" fi for _AX_BOOST_BASE_boost_path_tmp in /usr /usr/local /opt /opt/local ; do if test -d "$_AX_BOOST_BASE_boost_path_tmp/include/boost" && test -r "$_AX_BOOST_BASE_boost_path_tmp/include/boost" ; then for libsubdir in $search_libsubdirs ; do if ls "$_AX_BOOST_BASE_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi done BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path_tmp/$libsubdir" BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path_tmp/include" break; fi done ]) dnl overwrite ld flags if we have required special directory with dnl --with-boost-libdir parameter AS_IF([test "x$_AX_BOOST_BASE_boost_lib_path" != "x"], [BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_lib_path"]) AC_MSG_CHECKING([for boostlib >= $1 ($WANT_BOOST_VERSION)]) CPPFLAGS_SAVED="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" export CPPFLAGS LDFLAGS_SAVED="$LDFLAGS" LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" export LDFLAGS AC_REQUIRE([AC_PROG_CXX]) AC_LANG_PUSH(C++) AC_COMPILE_IFELSE([_AX_BOOST_BASE_PROGRAM($WANT_BOOST_VERSION)],[ AC_MSG_RESULT(yes) succeeded=yes found_system=yes ],[ ]) AC_LANG_POP([C++]) dnl if we found no boost with system layout we search for boost libraries dnl built and installed without the --layout=system option or for a staged(not installed) version if test "x$succeeded" != "xyes" ; then CPPFLAGS="$CPPFLAGS_SAVED" LDFLAGS="$LDFLAGS_SAVED" BOOST_CPPFLAGS= if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then BOOST_LDFLAGS= fi _version=0 if test -n "$_AX_BOOST_BASE_boost_path" ; then if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` V_CHECK=`expr $_version_tmp \> $_version` if test "x$V_CHECK" = "x1" ; then _version=$_version_tmp fi VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE" done dnl if nothing found search for layout used in Windows distributions if test -z "$BOOST_CPPFLAGS"; then if test -d "$_AX_BOOST_BASE_boost_path/boost" && test -r "$_AX_BOOST_BASE_boost_path/boost"; then BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path" fi fi dnl if we found something and BOOST_LDFLAGS was unset before dnl (because "$_AX_BOOST_BASE_boost_lib_path" = ""), set it here. if test -n "$BOOST_CPPFLAGS" && test -z "$BOOST_LDFLAGS"; then for libsubdir in $libsubdirs ; do if ls "$_AX_BOOST_BASE_boost_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi done BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$libsubdir" fi fi else if test "x$cross_compiling" != "xyes" ; then for _AX_BOOST_BASE_boost_path in /usr /usr/local /opt /opt/local ; do if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` V_CHECK=`expr $_version_tmp \> $_version` if test "x$V_CHECK" = "x1" ; then _version=$_version_tmp best_path=$_AX_BOOST_BASE_boost_path fi done fi done VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE" if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then for libsubdir in $libsubdirs ; do if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi done BOOST_LDFLAGS="-L$best_path/$libsubdir" fi fi if test -n "$BOOST_ROOT" ; then for libsubdir in $libsubdirs ; do if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi done if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'` stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'` stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'` V_CHECK=`expr $stage_version_shorten \>\= $_version` if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT) BOOST_CPPFLAGS="-I$BOOST_ROOT" BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir" fi fi fi fi CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" export CPPFLAGS LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" export LDFLAGS AC_LANG_PUSH(C++) AC_COMPILE_IFELSE([_AX_BOOST_BASE_PROGRAM($WANT_BOOST_VERSION)],[ AC_MSG_RESULT(yes) succeeded=yes found_system=yes ],[ ]) AC_LANG_POP([C++]) fi if test "x$succeeded" != "xyes" ; then if test "x$_version" = "x0" ; then AC_MSG_NOTICE([[We could not detect the boost libraries (version $1 or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation.]]) else AC_MSG_NOTICE([Your boost libraries seems to old (version $_version).]) fi # execute ACTION-IF-NOT-FOUND (if present): ifelse([$3], , :, [$3]) else AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available]) # execute ACTION-IF-FOUND (if present): ifelse([$2], , :, [$2]) fi CPPFLAGS="$CPPFLAGS_SAVED" LDFLAGS="$LDFLAGS_SAVED" ]) m4trace:build/ac-macros/ax_boost_unit_test_framework.m4:34: -1- AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK], [ AC_ARG_WITH([boost-unit-test-framework], AS_HELP_STRING([--with-boost-unit-test-framework@<:@=special-lib@:>@], [use the Unit_Test_Framework library from boost - it is possible to specify a certain library for the linker e.g. --with-boost-unit-test-framework=boost_unit_test_framework-gcc ]), [ if test "$withval" = "no"; then want_boost="no" elif test "$withval" = "yes"; then want_boost="yes" ax_boost_user_unit_test_framework_lib="" else want_boost="yes" ax_boost_user_unit_test_framework_lib="$withval" fi ], [want_boost="yes"] ) if test "x$want_boost" = "xyes"; then AC_REQUIRE([AC_PROG_CC]) CPPFLAGS_SAVED="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" export CPPFLAGS LDFLAGS_SAVED="$LDFLAGS" LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" export LDFLAGS AC_CACHE_CHECK(whether the Boost::Unit_Test_Framework library is available, ax_cv_boost_unit_test_framework, [AC_LANG_PUSH([C++]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include ]], [[using boost::unit_test::test_suite; test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); if (test == NULL) { return 1; } else { return 0; }]])], ax_cv_boost_unit_test_framework=yes, ax_cv_boost_unit_test_framework=no) AC_LANG_POP([C++]) ]) if test "x$ax_cv_boost_unit_test_framework" = "xyes"; then AC_DEFINE(HAVE_BOOST_UNIT_TEST_FRAMEWORK,,[define if the Boost::Unit_Test_Framework library is available]) BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'` if test "x$ax_boost_user_unit_test_framework_lib" = "x"; then saved_ldflags="${LDFLAGS}" for monitor_library in `ls $BOOSTLIBDIR/libboost_unit_test_framework*.so* $BOOSTLIBDIR/libboost_unit_test_framework*.dylib* $BOOSTLIBDIR/libboost_unit_test_framework*.a* 2>/dev/null` ; do if test -r $monitor_library ; then libextension=`echo $monitor_library | sed 's,.*/,,' | sed -e 's;^lib\(boost_unit_test_framework.*\)\.so.*$;\1;' -e 's;^lib\(boost_unit_test_framework.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_unit_test_framework.*\)\.a.*$;\1;'` ax_lib=${libextension} link_unit_test_framework="yes" else link_unit_test_framework="no" fi if test "x$link_unit_test_framework" = "xyes"; then BOOST_UNIT_TEST_FRAMEWORK_LIB="-l$ax_lib" AC_SUBST(BOOST_UNIT_TEST_FRAMEWORK_LIB) break fi done if test "x$link_unit_test_framework" != "xyes"; then for libextension in `ls $BOOSTLIBDIR/boost_unit_test_framework*.dll* $BOOSTLIBDIR/boost_unit_test_framework*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_unit_test_framework.*\)\.dll.*$;\1;' -e 's;^\(boost_unit_test_framework.*\)\.a.*$;\1;'` ; do ax_lib=${libextension} AC_CHECK_LIB($ax_lib, exit, [BOOST_UNIT_TEST_FRAMEWORK_LIB="-l$ax_lib"; AC_SUBST(BOOST_UNIT_TEST_FRAMEWORK_LIB) link_unit_test_framework="yes"; break], [link_unit_test_framework="no"]) done fi else link_unit_test_framework="no" saved_ldflags="${LDFLAGS}" for ax_lib in boost_unit_test_framework-$ax_boost_user_unit_test_framework_lib $ax_boost_user_unit_test_framework_lib ; do if test "x$link_unit_test_framework" = "xyes"; then break; fi for unittest_library in `ls $BOOSTLIBDIR/lib${ax_lib}.so* $BOOSTLIBDIR/lib${ax_lib}.a* 2>/dev/null` ; do if test -r $unittest_library ; then libextension=`echo $unittest_library | sed 's,.*/,,' | sed -e 's;^lib\(boost_unit_test_framework.*\)\.so.*$;\1;' -e 's;^lib\(boost_unit_test_framework.*\)\.a*$;\1;'` ax_lib=${libextension} link_unit_test_framework="yes" else link_unit_test_framework="no" fi if test "x$link_unit_test_framework" = "xyes"; then BOOST_UNIT_TEST_FRAMEWORK_LIB="-l$ax_lib" AC_SUBST(BOOST_UNIT_TEST_FRAMEWORK_LIB) break fi done done fi if test "x$ax_lib" = "x"; then AC_MSG_ERROR(Could not find a version of the library!) fi if test "x$link_unit_test_framework" != "xyes"; then AC_MSG_ERROR(Could not link against $ax_lib !) fi fi CPPFLAGS="$CPPFLAGS_SAVED" LDFLAGS="$LDFLAGS_SAVED" fi ]) m4trace:build/ac-macros/berkeley-db.m4:36: -1- AC_DEFUN([SVN_LIB_BERKELEY_DB], [ db_version=$1.$2.$3 dnl Process the `with-berkeley-db' switch. We set `bdb_status' to one dnl of the following values: dnl `required' --- the user specified that they did want to use dnl Berkeley DB, so abort the configuration if we cannot find it. dnl `try-link' --- See if APR-UTIL supplies the correct DB version; dnl if it doesn't, just do not build the bdb based filesystem. dnl `skip' --- Do not look for Berkeley DB, and do not build the dnl bdb based filesystem. AC_ARG_WITH(berkeley-db, [AS_HELP_STRING( [[--with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]]], [ The Subversion Berkeley DB based filesystem library requires Berkeley DB $db_version or $db_alt_version. If you specify `--without-berkeley-db', that library will not be built. If you omit the argument of this option completely, the configure script will use Berkeley DB used by APR-UTIL.])], [ if test "$withval" = "no"; then bdb_status=skip elif test "$withval" = "yes"; then apu_db_version="`$apu_config --db-version`" if test $? -ne 0; then AC_MSG_ERROR([Can't determine whether apr-util is linked against a proper version of Berkeley DB.]) fi if test "$withval" = "yes"; then if test "$apu_db_version" -lt "4"; then AC_MSG_ERROR([APR-UTIL was linked against Berkeley DB version $apu_db_version, while version 4 or higher is required. Reinstall APR-UTIL with the appropriate options.]) fi bdb_status=required elif test "$apu_found" != "reconfig"; then if test "$apu_db_version" -lt 4; then AC_MSG_ERROR([APR-UTIL was installed independently, it won't be possible to use the specified Berkeley DB: $withval]) fi bdb_status=required fi else if echo "$withval" | $EGREP ":.*:.*:" > /dev/null; then svn_berkeley_db_header=["`echo "$withval" | $SED -e "s/\([^:]*\):.*/\1/"`"] SVN_DB_INCLUDES="" for i in [`echo "$withval" | $SED -e "s/.*:\([^:]*\):[^:]*:.*/\1/"`]; do SVN_DB_INCLUDES="$SVN_DB_INCLUDES -I$i" done SVN_DB_INCLUDES="${SVN_DB_INCLUDES## }" for l in [`echo "$withval" | $SED -e "s/.*:[^:]*:\([^:]*\):.*/\1/"`]; do LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS(-L$l)`" done SVN_DB_LIBS="" for l in [`echo "$withval" | $SED -e "s/.*:\([^:]*\)/\1/"`]; do SVN_DB_LIBS="$SVN_DB_LIBS -l$l" done SVN_DB_LIBS="${SVN_DB_LIBS## }" bdb_status=required else AC_MSG_ERROR([Invalid syntax of argument of --with-berkeley-db option]) fi fi ], [ # No --with-berkeley-db option: # # Check if APR-UTIL is providing the correct Berkeley DB version # for us. # apu_db_version="`$apu_config --db-version`" if test $? -ne 0; then AC_MSG_WARN([Detected older version of APR-UTIL, trying to determine whether apr-util is linked against Berkeley DB $db_version]) bdb_status=try-link elif test "$apu_db_version" -lt "4"; then bdb_status=skip else bdb_status=try-link fi ]) if test "$bdb_status" = "skip"; then svn_lib_berkeley_db=no else AC_MSG_CHECKING([for availability of Berkeley DB]) AC_ARG_ENABLE(bdb6, AS_HELP_STRING([--enable-bdb6], [Allow building against BDB 6+. See --with-berkeley-db for specifying the location of the Berkeley DB installation. Using BDB 6 will fail if this option is not used.]), [enable_bdb6=$enableval],[enable_bdb6=unspecified]) SVN_LIB_BERKELEY_DB_TRY($1, $2, $3, $enable_bdb6) if test "$svn_have_berkeley_db" = "yes"; then AC_MSG_RESULT([yes]) svn_lib_berkeley_db=yes else if test "$svn_have_berkeley_db" = "no6"; then AC_MSG_RESULT([no (found version 6, but --enable-bdb6 not specified)]) # A warning will be printed at the end of configure.ac. else AC_MSG_RESULT([no]) fi svn_lib_berkeley_db=no if test "$bdb_status" = "required"; then AC_MSG_ERROR([Berkeley DB $db_version or $db_alt_version wasn't found.]) fi fi fi ]) m4trace:build/ac-macros/berkeley-db.m4:182: -1- AC_DEFUN([SVN_LIB_BERKELEY_DB_TRY], [ svn_lib_berkeley_db_try_save_cppflags="$CPPFLAGS" svn_lib_berkeley_db_try_save_libs="$LIBS" svn_check_berkeley_db_major=$1 svn_check_berkeley_db_minor=$2 svn_check_berkeley_db_patch=$3 enable_bdb6=$4 if test -z "$SVN_DB_LIBS"; then # We pass --dbm-libs here since Debian has modified apu-config not # to return -ldb unless --dbm-libs is passed. This may also produce # extra output beyond -ldb but since we're only filtering for -ldb # it won't matter to us. However, --dbm-libs was added to apu-config # in 1.3.8 so it's possible the version we have doesn't support it # so fallback without it if we get an error. svn_db_libs_prefiltered=["`$apu_config --libs --dbm-libs`"] if test $? -ne 0; then svn_db_libs_prefiltered=["`$apu_config --libs`"] fi # Extract only the -ldb.* flag from the libs supplied by apu-config # Otherwise we get bit by the fact that expat might not be built yet # Or that it resides in a non-standard location which we would have # to compensate with using something like -R`$apu_config --prefix`/lib. # SVN_DB_LIBS=["`echo \"$svn_db_libs_prefiltered\" | $SED -e 's/.*\(-ldb[^[:space:]]*\).*/\1/' | $EGREP -- '-ldb[^[:space:]]*'`"] fi CPPFLAGS="$SVN_DB_INCLUDES $SVN_APRUTIL_INCLUDES $CPPFLAGS" LIBS="`$apu_config --ldflags` $SVN_DB_LIBS $LIBS" if test -n "$svn_berkeley_db_header"; then SVN_DB_HEADER="#include <$svn_berkeley_db_header>" svn_db_header="#include <$svn_berkeley_db_header>" else SVN_DB_HEADER="#include " svn_db_header="#define APU_WANT_DB #include " fi AH_BOTTOM( #ifdef SVN_WANT_BDB #define APU_WANT_DB @SVN_DB_HEADER@ #endif ) AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include #include $svn_db_header int main () { int major, minor, patch; db_version (&major, &minor, &patch); /* Sanity check: ensure that db.h constants actually match the db library */ if (major != DB_VERSION_MAJOR || minor != DB_VERSION_MINOR || patch != DB_VERSION_PATCH) exit (1); /* Block Berkeley DB 6, because (a) we haven't tested with it, (b) 6.0.20 and newer are under the AGPL, and we want use of AGPL dependencies to be opt-in. */ if (major >= 6 && strcmp("$enable_bdb6", "yes")) exit(2); /* Run-time check: ensure the library claims to be the correct version. */ if (major < $svn_check_berkeley_db_major) exit (1); if (major > $svn_check_berkeley_db_major) exit (0); if (minor < $svn_check_berkeley_db_minor) exit (1); if (minor > $svn_check_berkeley_db_minor) exit (0); if (patch >= $svn_check_berkeley_db_patch) exit (0); else exit (1); } ]])], [svn_have_berkeley_db=yes], [rc=$? svn_have_berkeley_db=no if test $rc = 2; then svn_have_berkeley_db=no6 fi], [svn_have_berkeley_db=yes] ) CPPFLAGS="$svn_lib_berkeley_db_try_save_cppflags" LIBS="$svn_lib_berkeley_db_try_save_libs" ]) m4trace:build/ac-macros/compiler.m4:32: -1- AC_DEFUN([_SVN_XXFLAGS_ADD_IFELSE], [ _svn_xxflags__save="[$][$3]" AC_LANG_PUSH([$1]) AC_MSG_CHECKING([if [$][$2] accepts $5]) [$3]="$5 [$][$3]" dnl Compiling is not enough: Solaris cc accepts invalid options at dnl compile-time and just warns, assuming they are for the linker, dnl but they cause errors at link-time. AC_LINK_IFELSE([AC_LANG_SOURCE([$4])],[ AC_MSG_RESULT([yes]) $6 ],[ AC_MSG_RESULT([no]) [$3]="$_svn_xxflags__save" $7 ]) AC_LANG_POP([$1]) ]) m4trace:build/ac-macros/compiler.m4:52: -1- AC_DEFUN([SVN_CFLAGS_ADD_IFELSE], [_SVN_XXFLAGS_ADD_IFELSE([C],[CC],[CFLAGS],[[int main(void){return 0;}]],[$1],[$2],[$3])]) m4trace:build/ac-macros/compiler.m4:55: -1- AC_DEFUN([SVN_CXXFLAGS_ADD_IFELSE], [_SVN_XXFLAGS_ADD_IFELSE([C++],[CXX],[CXXFLAGS],[[int main(){}]],[$1],[$2],[$3])]) m4trace:build/ac-macros/compiler.m4:59: -1- AC_DEFUN([SVN_CC_MODE_SETUP], [ CFLAGS_KEEP="$CFLAGS" CFLAGS="" if test "$GCC" = "yes"; then dnl Find flags to force C90 mode dnl gcc and clang SVN_CFLAGS_ADD_IFELSE([-std=c90],[],[ SVN_CFLAGS_ADD_IFELSE([-std=c89],[],[ SVN_CFLAGS_ADD_IFELSE([-ansi]) ]) ]) fi CMODEFLAGS="$CFLAGS" CFLAGS="" if test "$GCC" = "yes"; then dnl Find flags to silence all warnings SVN_CFLAGS_ADD_IFELSE([-w]) fi CNOWARNFLAGS="$CFLAGS" CFLAGS="$CFLAGS_KEEP" AC_SUBST(CMODEFLAGS) AC_SUBST(CNOWARNFLAGS) AC_SUBST(CMAINTAINERFLAGS) AC_SUBST(CUSERFLAGS) if test "$GCC" = "yes"; then dnl Tell clang to not accept unknown warning flags SVN_CFLAGS_ADD_IFELSE([-Werror=unknown-warning-option]) fi ]) m4trace:build/ac-macros/compiler.m4:97: -1- AC_DEFUN([SVN_CXX_MODE_SETUP], [ CXXFLAGS_KEEP="$CXXFLAGS" CXXFLAGS="" if test "$GXX" = "yes"; then dnl Find flags to force C++98 mode dnl g++ and clang++ SVN_CXXFLAGS_ADD_IFELSE([-std=c++11]) fi CXXMODEFLAGS="$CXXFLAGS" CXXFLAGS="" if test "$GXX" = "yes"; then dnl Find flags to silence all warnings SVN_CXXFLAGS_ADD_IFELSE([-w]) fi CXXNOWARNFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS_KEEP" AC_SUBST(CXXMODEFLAGS) AC_SUBST(CXXNOWARNFLAGS) AC_SUBST(CXXMAINTAINERFLAGS) AC_SUBST(CXXUSERFLAGS) if test "$GXX" = "yes"; then dnl Tell clang++ to not accept unknown warning flags SVN_CXXFLAGS_ADD_IFELSE([-Werror=unknown-warning-option]) fi ]) m4trace:build/ac-macros/ctypesgen.m4:23: -1- AC_DEFUN([SVN_CHECK_CTYPESGEN], [ AC_ARG_WITH(ctypesgen, AS_HELP_STRING([--with-ctypesgen=PATH], [Specify the path to ctypesgen. This can either be the full path to a ctypesgen installation, the full path to a ctypesgen source tree or the full path to ctypesgen.py.]), [ case "$withval" in "no") SVN_FIND_CTYPESGEN(no) ;; "yes") SVN_FIND_CTYPESGEN(check) ;; *) SVN_FIND_CTYPESGEN($withval) ;; esac ], [ SVN_FIND_CTYPESGEN(check) ]) ]) m4trace:build/ac-macros/ctypesgen.m4:49: -1- AC_DEFUN([SVN_FIND_CTYPESGEN], [ where=$1 CTYPESGEN=none if test $where = check; then AC_PATH_PROG(CTYPESGEN, "ctypesgen.py", none) elif test $where != no; then AC_MSG_CHECKING([for ctypesgen.py]) if test -f "$where"; then CTYPESGEN="$where" elif test -f "$where/bin/ctypesgen.py"; then CTYPESGEN="$where/bin/ctypesgen.py" else CTYPESGEN="$where/ctypesgen.py" fi if test ! -f "$CTYPESGEN" || test ! -x "$CTYPESGEN"; then AC_MSG_ERROR([Could not find ctypesgen at $where/ctypesgen.py or at $where/bin/ctypesgen.py]) else AC_MSG_RESULT([$CTYPESGEN]) fi fi dnl We use CTYPESGEN in the Makefile AC_SUBST(CTYPESGEN) ]) m4trace:build/ac-macros/find_apr.m4:71: -1- AC_DEFUN([APR_FIND_APR], [ apr_found="no" if test "$target_os" = "os2-emx"; then # Scripts don't pass test -x on OS/2 TEST_X="test -f" else TEST_X="test -x" fi ifelse([$4], [], [ ifdef(AC_WARNING,AC_WARNING([$0: missing argument 4 (acceptable-majors): Defaulting to APR 0.x then APR 1.x])) acceptable_majors="0 1"], [acceptable_majors="$4"]) apr_temp_acceptable_apr_config="" for apr_temp_major in $acceptable_majors do case $apr_temp_major in 0) apr_temp_acceptable_apr_config="$apr_temp_acceptable_apr_config apr-config" ;; *) apr_temp_acceptable_apr_config="$apr_temp_acceptable_apr_config apr-$apr_temp_major-config" ;; esac done AC_MSG_CHECKING(for APR) AC_ARG_WITH(apr, [ --with-apr=PATH prefix for installed APR or the full path to apr-config], [ if test "$withval" = "no" || test "$withval" = "yes"; then AC_MSG_ERROR([--with-apr requires a directory or file to be provided]) fi for apr_temp_apr_config_file in $apr_temp_acceptable_apr_config do for lookdir in "$withval/bin" "$withval" do if $TEST_X "$lookdir/$apr_temp_apr_config_file"; then apr_config="$lookdir/$apr_temp_apr_config_file" ifelse([$5], [], [], [ apr_acceptable="yes" $5 if test "$apr_acceptable" != "yes"; then AC_MSG_WARN([Found APR in $apr_config, but we think it is considered unacceptable]) continue fi]) apr_found="yes" break 2 fi done done if test "$apr_found" != "yes" && $TEST_X "$withval" && $withval --help > /dev/null 2>&1 ; then apr_config="$withval" ifelse([$5], [], [apr_found="yes"], [ apr_acceptable="yes" $5 if test "$apr_acceptable" = "yes"; then apr_found="yes" fi]) fi dnl if --with-apr is used, it is a fatal error for its argument dnl to be invalid if test "$apr_found" != "yes"; then AC_MSG_ERROR([the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file.]) fi ],[ dnl If we allow installed copies, check those before using bundled copy. if test -n "$3" && test "$3" = "1"; then for apr_temp_apr_config_file in $apr_temp_acceptable_apr_config do if $apr_temp_apr_config_file --help > /dev/null 2>&1 ; then apr_config="$apr_temp_apr_config_file" ifelse([$5], [], [], [ apr_acceptable="yes" $5 if test "$apr_acceptable" != "yes"; then AC_MSG_WARN([skipped APR at $apr_config, version not acceptable]) continue fi]) apr_found="yes" break else dnl look in some standard places for lookdir in /usr /usr/local /usr/local/apr /opt/apr; do if $TEST_X "$lookdir/bin/$apr_temp_apr_config_file"; then apr_config="$lookdir/bin/$apr_temp_apr_config_file" ifelse([$5], [], [], [ apr_acceptable="yes" $5 if test "$apr_acceptable" != "yes"; then AC_MSG_WARN([skipped APR at $apr_config, version not acceptable]) continue fi]) apr_found="yes" break 2 fi done fi done fi dnl if we have not found anything yet and have bundled source, use that if test "$apr_found" = "no" && test -d "$1"; then apr_temp_abs_srcdir="`cd \"$1\" && pwd`" apr_found="reconfig" apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apr_version.h\"`" case $apr_bundled_major in "") AC_MSG_ERROR([failed to find major version of bundled APR]) ;; 0) apr_temp_apr_config_file="apr-config" ;; *) apr_temp_apr_config_file="apr-$apr_bundled_major-config" ;; esac if test -n "$2"; then apr_config="$2/$apr_temp_apr_config_file" else apr_config="$1/$apr_temp_apr_config_file" fi fi ]) AC_MSG_RESULT($apr_found) ]) m4trace:build/ac-macros/find_apu.m4:80: -1- AC_DEFUN([APR_FIND_APU], [ apu_found="no" if test "$target_os" = "os2-emx"; then # Scripts don't pass test -x on OS/2 TEST_X="test -f" else TEST_X="test -x" fi ifelse([$4], [], [ ifdef(AC_WARNING,([$0: missing argument 4 (acceptable-majors): Defaulting to APU 0.x then APU 1.x])) acceptable_majors="0 1" ], [acceptable_majors="$4"]) apu_temp_acceptable_apu_config="" for apu_temp_major in $acceptable_majors do case $apu_temp_major in 0) apu_temp_acceptable_apu_config="$apu_temp_acceptable_apu_config apu-config" ;; *) apu_temp_acceptable_apu_config="$apu_temp_acceptable_apu_config apu-$apu_temp_major-config" ;; esac done AC_MSG_CHECKING(for APR-util) AC_ARG_WITH(apr-util, [ --with-apr-util=PATH prefix for installed APU or the full path to apu-config], [ if test "$withval" = "no" || test "$withval" = "yes"; then AC_MSG_ERROR([--with-apr-util requires a directory or file to be provided]) fi for apu_temp_apu_config_file in $apu_temp_acceptable_apu_config do for lookdir in "$withval/bin" "$withval" do if $TEST_X "$lookdir/$apu_temp_apu_config_file"; then apu_config="$lookdir/$apu_temp_apu_config_file" ifelse([$5], [], [], [ apu_acceptable="yes" $5 if test "$apu_acceptable" != "yes"; then AC_MSG_WARN([Found APU in $apu_config, but it is considered unacceptable]) continue fi]) apu_found="yes" break 2 fi done done if test "$apu_found" != "yes" && $TEST_X "$withval" && $withval --help > /dev/null 2>&1 ; then apu_config="$withval" ifelse([$5], [], [apu_found="yes"], [ apu_acceptable="yes" $5 if test "$apu_acceptable" = "yes"; then apu_found="yes" fi]) fi dnl if --with-apr-util is used, it is a fatal error for its argument dnl to be invalid if test "$apu_found" != "yes"; then AC_MSG_ERROR([the --with-apr-util parameter is incorrect. It must specify an install prefix, a build directory, or an apu-config file.]) fi ],[ if test -n "$3" && test "$3" = "1"; then for apu_temp_apu_config_file in $apu_temp_acceptable_apu_config do if $apu_temp_apu_config_file --help > /dev/null 2>&1 ; then apu_config="$apu_temp_apu_config_file" ifelse([$5], [], [], [ apu_acceptable="yes" $5 if test "$apu_acceptable" != "yes"; then AC_MSG_WARN([skipped APR-util at $apu_config, version not acceptable]) continue fi]) apu_found="yes" break else dnl look in some standard places (apparently not in builtin/default) for lookdir in /usr /usr/local /usr/local/apr /opt/apr; do if $TEST_X "$lookdir/bin/$apu_temp_apu_config_file"; then apu_config="$lookdir/bin/$apu_temp_apu_config_file" ifelse([$5], [], [], [ apu_acceptable="yes" $5 if test "$apu_acceptable" != "yes"; then AC_MSG_WARN([skipped APR-util at $apu_config, version not acceptable]) continue fi]) apu_found="yes" break 2 fi done fi done fi dnl if we have not found anything yet and have bundled source, use that if test "$apu_found" = "no" && test -d "$1"; then apu_temp_abs_srcdir="`cd \"$1\" && pwd`" apu_found="reconfig" apu_bundled_major="`sed -n '/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apu_version.h\"`" case $apu_bundled_major in "") AC_MSG_ERROR([failed to find major version of bundled APU]) ;; 0) apu_temp_apu_config_file="apu-config" ;; *) apu_temp_apu_config_file="apu-$apu_bundled_major-config" ;; esac if test -n "$2"; then apu_config="$2/$apu_temp_apu_config_file" else apu_config="$1/$apu_temp_apu_config_file" fi fi ]) AC_MSG_RESULT($apu_found) ]) m4trace:build/ac-macros/java.m4:23: -1- AC_DEFUN([SVN_CHECK_JDK], [ JAVA_OLDEST_WORKING_VER="$1" AC_ARG_WITH(jdk, AS_HELP_STRING([--with-jdk=PATH], [Try to use 'PATH/include' to find the JNI headers. If PATH is not specified, look for a Java Development Kit at JAVA_HOME.]), [ case "$withval" in "no") JDK_SUITABLE=no ;; "yes") SVN_FIND_JDK(check, $JAVA_OLDEST_WORKING_VER) ;; *) SVN_FIND_JDK($withval, $JAVA_OLDEST_WORKING_VER) ;; esac ], [ SVN_FIND_JDK(check, $JAVA_OLDEST_WORKING_VER) ]) ]) m4trace:build/ac-macros/java.m4:49: -1- AC_DEFUN([SVN_FIND_JDK], [ where=$1 JAVA_OLDEST_WORKING_VER="$2" JDK=none JAVA_BIN=none JAVADOC=none JAVAC=none JAVAH=none JAR=none JNI_INCLUDES=none JDK_SUITABLE=no AC_MSG_CHECKING([for JDK]) if test $where = check; then dnl Prefer /usr/libexec/java_home, then /Library/Java/Home first dnl to try to be nice on Darwin. We'll correct later if we get dnl caught in the tangled web of JAVA_HOME. if test -x "$JAVA_HOME/bin/java"; then JDK="$JAVA_HOME" elif test -x "/usr/libexec/java_home"; then JDK=`/usr/libexec/java_home` elif test -x "/Library/Java/Home/bin/java"; then JDK="/Library/Java/Home" elif test -x "/usr/bin/java"; then JDK="/usr" elif test -x "/usr/local/bin/java"; then JDK="/usr/local" fi else JDK=$where fi dnl Correct for Darwin's odd JVM layout. Ideally, we should use realpath, dnl but Darwin doesn't have that utility. /usr/bin/java is a symlink into dnl /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands dnl See http://developer.apple.com/qa/qa2001/qa1170.html os_arch="`uname`" if test "$os_arch" = "Darwin"; then OSX_VER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` if test "$OSX_VER" = "10.4"; then dnl For OS X 10.4, the SDK version is 10.4u instead of 10.4. OSX_VER="10.4u" fi OSX_SYS_JAVA_FRAMEWORK="/System/Library/Frameworks/JavaVM.framework" OSX_SDK_JAVA_FRAMEWORK="/Developer/SDKs/MacOSX$OSX_VER.sdk/System/Library" OSX_SDK_JAVA_FRAMEWORK="$OSX_SDK_JAVA_FRAMEWORK/Frameworks/JavaVM.framework" fi if test "$os_arch" = "Darwin" && test "$JDK" = "/usr" && test -d "/Library/Java/Home"; then JDK="/Library/Java/Home" fi if test "$os_arch" = "Darwin" && test "$JDK" = "/Library/Java/Home"; then JRE_LIB_DIR="$OSX_SYS_JAVA_FRAMEWORK/Classes" else JRE_LIB_DIR="$JDK/jre/lib" fi if test -f "$JDK/include/jni.h"; then dnl This *must* be fully expanded, or we'll have problems later in find. JNI_INCLUDEDIR="$JDK/include" JDK_SUITABLE=yes elif test "$os_arch" = "Darwin" && test -e "$JDK/Headers/jni.h"; then dnl Search the Headers directory in the JDK JNI_INCLUDEDIR="$JDK/Headers" JDK_SUITABLE=yes elif test "$os_arch" = "Darwin" && test -e "$OSX_SYS_JAVA_FRAMEWORK/Headers/jni.h"; then dnl Search the System framework's Headers directory JNI_INCLUDEDIR="$OSX_SYS_JAVA_FRAMEWORK/Headers" JDK_SUITABLE=yes elif test "$os_arch" = "Darwin" && test -e "$OSX_SDK_JAVA_FRAMEWORK/Headers/jni.h"; then dnl Search the SDK's System framework's Headers directory JNI_INCLUDEDIR="$OSX_SDK_JAVA_FRAMEWORK/Headers" JDK_SUITABLE=yes else JDK_SUITABLE=no fi if test "$JDK_SUITABLE" = "yes"; then AC_MSG_RESULT([$JNI_INCLUDEDIR/jni.h]) else AC_MSG_RESULT([no]) if test "$where" != "check"; then AC_MSG_WARN([no JNI header files found.]) if test "$os_arch" = "Darwin"; then AC_MSG_WARN([You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates.]) fi fi fi if test "$JDK_SUITABLE" = "yes"; then JAVA_BIN='$(JDK)/bin' JAVA="$JAVA_BIN/java" JAVAC="$JAVA_BIN/javac" JAVAH="$JAVA_BIN/javah" JAVADOC="$JAVA_BIN/javadoc" JAR="$JAVA_BIN/jar" dnl Once upon a time we preferred Jikes for speed. dnl Jikes is dead, long live Jikes! AC_ARG_WITH(jikes, AS_HELP_STRING([--with-jikes=PATH], [Deprecated. Provided for backward compatibility.]), [ if test "$withval" != "no"; then AC_MSG_WARN([The --with-jikes option was ignored]) fi ]) dnl Add javac flags. # The release for "-source" could actually be greater than that # of "-target", if we want to cross-compile for lesser JVMs. if test -z "$JAVAC_FLAGS"; then JAVAC_FLAGS="-target $JAVA_OLDEST_WORKING_VER -source 1.8" if test "$enable_debugging" = "yes"; then JAVAC_FLAGS="-g -Xlint -Xlint:unchecked -Xlint:serial -Xlint:path $JAVAC_FLAGS" if test -z "$JAVAC_COMPAT_FLAGS"; then JAVAC_COMPAT_FLAGS="$JAVAC_FLAGS -Xlint:-unchecked -Xlint:-deprecation -Xlint:-dep-ann -Xlint:-rawtypes" fi fi fi JNI_INCLUDES="-I$JNI_INCLUDEDIR" list="`find "$JNI_INCLUDEDIR" -type d -print`" for dir in $list; do JNI_INCLUDES="$JNI_INCLUDES -I$dir" done fi dnl We use JDK in the Makefile AC_SUBST(JDK) AC_SUBST(JAVA) AC_SUBST(JAVAC) AC_SUBST(JAVAC_FLAGS) AC_SUBST(JAVAC_COMPAT_FLAGS) AC_SUBST(JAVADOC) AC_SUBST(JAVAH) AC_SUBST(JAR) AC_SUBST(JNI_INCLUDES) ]) m4trace:build/ac-macros/kwallet.m4:25: -1- AC_DEFUN([SVN_LIB_KWALLET], [ AC_ARG_WITH(kwallet, [AS_HELP_STRING([[--with-kwallet[=PATH|INCDIR:LIBDIR]]], [Enable use of KWallet (KDE 5 or 4) for auth credentials. PATH is the KDE install path, alternatively INCDIR:LIBDIR are the header and library install paths. ])], [svn_lib_kwallet="$withval"], [svn_lib_kwallet=no]) AC_MSG_CHECKING([whether to look for KWallet]) if test "$svn_lib_kwallet" != "no"; then AC_MSG_RESULT([yes]) case "$host" in *-*-darwin*) AC_MSG_ERROR([--with-kwallet is not supported on Mac OS X.]) ;; *) if test "$svn_enable_shared" = "yes"; then if test "$APR_HAS_DSO" = "yes"; then if test -n "$PKG_CONFIG"; then if test "$HAVE_DBUS" = "yes"; then AC_MSG_CHECKING([for Qt]) if $PKG_CONFIG --exists Qt5Core Qt5DBus Qt5Gui; then AC_MSG_RESULT([yes, Qt5]) qt_pkg_config_names="Qt5Core Qt5DBus Qt5Gui" kde_config_name="kf5-config" kde_inc_names="KF5/KWallet KF5/KCoreAddons KF5/KI18n" kde_lib_names="-lKF5Wallet -lKF5I18n -lKF5CoreAddons -lQt5Gui -lQt5DBus -lQt5Core" elif $PKG_CONFIG --exists QtCore QtDBus QtGui; then AC_MSG_RESULT([yes, Qt4]) qt_pkg_config_names="QtCore QtDBus QtGui" kde_config_name="kde4-config" kde_inc_names="/" kde_lib_names="-lkdeui -lkdecore -lQtGui -lQtDBus -lQtCore" fi if test -n "$qt_pkg_config_names"; then if test "$svn_lib_kwallet" != "yes"; then AC_MSG_CHECKING([for $kde_config_name]) KDE_CONFIG="$svn_lib_kwallet/bin/$kde_config_name" if test -f "$KDE_CONFIG" && test -x "$KDE_CONFIG"; then AC_MSG_RESULT([yes]) else if echo "$svn_lib_kwallet" | $EGREP ":" > /dev/null; then AC_MSG_RESULT([unneeded]) KDE_CONFIG="unneeded" kde_incdir=["`echo "$svn_lib_kwallet" | $SED -e "s/:.*//"`"] kde_libdir=["`echo "$svn_lib_kwallet" | $SED -e "s/.*://"`"] else AC_MSG_RESULT([no]) KDE_CONFIG="" fi fi else AC_PATH_PROG(KDE_CONFIG, $kde_config_name) if test -n "$KDE_CONFIG"; then kde_incdir="`$KDE_CONFIG --install include`" kde_libdir="`$KDE_CONFIG --install lib`" fi fi if test -n "$KDE_CONFIG"; then old_CXXFLAGS="$CXXFLAGS" old_LDFLAGS="$LDFLAGS" old_LIBS="$LIBS" dnl --std=c++11 may be required CXXFLAGS="$CXXFLAGS $CXXMODEFLAGS" AC_MSG_CHECKING([for KWallet]) for d in [`$PKG_CONFIG --cflags $qt_pkg_config_names`]; do if test -n ["`echo "$d" | $EGREP -- '^-D[^[:space:]]*'`"]; then CPPFLAGS="$CPPFLAGS $d" fi done qt_include_dirs="`$PKG_CONFIG --cflags-only-I $qt_pkg_config_names`" for kde_inc_name in $kde_inc_names; do kde_kwallet_includes="$kde_kwallet_includes -I$kde_incdir/$kde_inc_name" done SVN_KWALLET_INCLUDES="$DBUS_CPPFLAGS $qt_include_dirs $kde_kwallet_includes" qt_libs_other_options="`$PKG_CONFIG --libs-only-other $qt_pkg_config_names`" SVN_KWALLET_LIBS="$DBUS_LIBS $kde_lib_names $qt_libs_other_options" CXXFLAGS="$CXXFLAGS $SVN_KWALLET_INCLUDES -fPIC" LIBS="$LIBS $SVN_KWALLET_LIBS" qt_lib_dirs="`$PKG_CONFIG --libs-only-L $qt_pkg_config_names`" LDFLAGS="$old_LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS($qt_lib_dirs -L$kde_libdir)`" AC_LANG(C++) AC_LINK_IFELSE([AC_LANG_SOURCE([[ #include int main() {KWallet::Wallet::walletList();}]])], svn_lib_kwallet="yes", svn_lib_kwallet="no") AC_LANG(C) if test "$svn_lib_kwallet" = "yes"; then AC_MSG_RESULT([yes]) CXXFLAGS="$old_CXXFLAGS" LIBS="$old_LIBS" if test "$kde_config_name" = "kf5-config"; then AC_DEFINE([SVN_HAVE_KF5], [1], [Defined if KF5 available]) fi else AC_MSG_RESULT([no]) AC_MSG_ERROR([cannot find KWallet]) fi else AC_MSG_ERROR([cannot find $kde_config_name]) fi else AC_MSG_RESULT([no]) AC_MSG_ERROR([cannot find Qt]) fi else AC_MSG_ERROR([cannot find D-Bus]) fi else AC_MSG_ERROR([cannot find pkg-config]) fi else AC_MSG_ERROR([APR does not have support for DSOs]) fi else AC_MSG_ERROR([--with-kwallet conflicts with --disable-shared]) fi ;; esac else AC_MSG_RESULT([no]) fi AC_SUBST(SVN_KWALLET_INCLUDES) AC_SUBST(SVN_KWALLET_LIBS) ]) m4trace:build/ac-macros/libsecret.m4:24: -1- AC_DEFUN([SVN_LIB_SECRET], [ AC_ARG_WITH(gnome_keyring, AS_HELP_STRING([--with-gnome-keyring], [Enable GNOME Keyring for auth credentials (enabled by default if found)]), [with_gnome_keyring="$withval"], [with_gnome_keyring=auto]) found_gnome_keyring="no" AC_MSG_CHECKING([whether to look for GNOME Keyring]) if test "$found_old_gnome_keyring" = "yes" && test "$with_gnome_keyring" = "auto"; then with_gnome_keyring="no" fi if test "$with_gnome_keyring" != "no"; then AC_MSG_RESULT([yes]) case "$host" in *-*-darwin*) if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([--with-gnome-keyring is not supported on Mac OS X.]) fi ;; *) AC_MSG_CHECKING([for GNOME Keyring]) if test "$found_old_gnome_keyring" = "no"; then if test "$svn_enable_shared" = "yes"; then if test "$APR_HAS_DSO" = "yes"; then if test -n "$PKG_CONFIG"; then if $PKG_CONFIG --exists libsecret-1; then AC_MSG_RESULT([yes]) AC_DEFINE([SVN_HAVE_LIBSECRET], [1], [Is libsecret support enabled?]) SVN_GNOME_KEYRING_INCLUDES="`$PKG_CONFIG --cflags libsecret-1`" SVN_GNOME_KEYRING_LIBS="`$PKG_CONFIG --libs libsecret-1`" SVN_GNOME_KEYRING_PCLIBS="libsecret-1" found_gnome_keyring="yes" else if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([cannot find libsecret]) fi fi else if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([cannot find pkg-config]) fi fi else if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([APR does not support DSOs]) fi fi else if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([--with-gnome-keyring conflicts with --disable-shared]) fi fi else if test "$with_gnome_keyring" = "yes"; then AC_MSG_ERROR([--with-gnome-keyring conflicts with --with-old-gnome-keyring]) fi fi if test "$found_gnome_keyring" = "no"; then AC_MSG_RESULT([no]) fi ;; esac else AC_MSG_RESULT([no]) fi AC_SUBST(SVN_GNOME_KEYRING_INCLUDES) AC_SUBST(SVN_GNOME_KEYRING_LIBS) AC_SUBST(SVN_GNOME_KEYRING_PCLIBS) ]) m4trace:build/ac-macros/lz4.m4:26: -1- AC_DEFUN([SVN_LZ4], [ AC_ARG_WITH([lz4], [AS_HELP_STRING([--with-lz4=PREFIX|internal], [look for lz4 in PREFIX or use the internal code])], [ if test "$withval" = internal; then lz4_prefix=internal elif test "$withval" = yes; then lz4_prefix=std else lz4_prefix="$withval" fi ], [lz4_prefix=std]) if test "$lz4_prefix" = "no"; then dnl The user has tried to disable LZ4 AC_MSG_ERROR([Subversion requires LZ4]) fi if test "$lz4_prefix" = "internal"; then AC_MSG_NOTICE([using internal lz4]) AC_DEFINE([SVN_INTERNAL_LZ4], [1], [Define to use internal LZ4 code]) else if test "$lz4_prefix" = "std"; then SVN_LZ4_STD else SVN_LZ4_PREFIX fi if test "$lz4_found" != "yes"; then AC_MSG_ERROR([Subversion requires LZ4 >= r129, or use --with-lz4=internal]) fi fi AC_SUBST(SVN_LZ4_INCLUDES) AC_SUBST(SVN_LZ4_LIBS) ]) m4trace:build/ac-macros/lz4.m4:70: -1- AC_DEFUN([SVN_LZ4_STD], [ if test -n "$PKG_CONFIG"; then AC_MSG_CHECKING([for lz4 library via pkg-config]) if $PKG_CONFIG liblz4 --atleast-version=129 || $PKG_CONFIG liblz4 --max-version=3; then AC_MSG_RESULT([yes]) lz4_found=yes SVN_LZ4_INCLUDES=`$PKG_CONFIG liblz4 --cflags` SVN_LZ4_LIBS=`$PKG_CONFIG liblz4 --libs` SVN_LZ4_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($SVN_LZ4_LIBS)`" else AC_MSG_RESULT([no]) fi fi if test "$lz4_found" != "yes"; then AC_MSG_NOTICE([lz4 configuration without pkg-config]) AC_CHECK_LIB(lz4, LZ4_compress_default, [ lz4_found=yes SVN_LZ4_LIBS="-llz4" ]) fi ]) m4trace:build/ac-macros/lz4.m4:93: -1- AC_DEFUN([SVN_LZ4_PREFIX], [ AC_MSG_NOTICE([lz4 configuration via prefix]) save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I$lz4_prefix/include" save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS -L$lz4_prefix/lib" AC_CHECK_LIB(lz4, LZ4_compress_default, [ lz4_found=yes SVN_LZ4_INCLUDES="-I$lz4_prefix/include" SVN_LZ4_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS(-L$lz4_prefix/lib)` -llz4" ]) LDFLAGS="$save_ldflags" CPPFLAGS="$save_cppflags" ]) m4trace:build/ac-macros/macosx.m4:24: -1- AC_DEFUN([SVN_LIB_MACHO_ITERATE], [ AC_MSG_CHECKING([for Mach-O dynamic module iteration functions]) AC_MSG_RESULT([no]) ]) m4trace:build/ac-macros/macosx.m4:32: -1- AC_DEFUN([SVN_LIB_MACOS_PLIST], [ AC_MSG_CHECKING([for Mac OS property list utilities]) AC_SUBST([SVN_MACOS_PLIST_LIBS], [""]) AC_MSG_RESULT([no]) ]) m4trace:build/ac-macros/macosx.m4:42: -1- AC_DEFUN([SVN_LIB_MACOS_KEYCHAIN], [ AC_ARG_ENABLE(keychain, AS_HELP_STRING([--disable-keychain], [Disable use of Mac OS KeyChain for auth credentials]), [enable_keychain=$enableval],[enable_keychain=yes]) AC_MSG_CHECKING([for Mac OS KeyChain Services]) if test "$enable_keychain" = "yes"; then AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #if !defined(MAC_OS_X_VERSION_MAX_ALLOWED) \ || !defined(MAC_OS_X_VERSION_10_2) \ || (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2) #error KeyChain API unavailable. #endif ]],[[]])],[ SVN_MACOS_KEYCHAIN_LIBS="-framework Security -framework CoreServices" AC_SUBST(SVN_MACOS_KEYCHAIN_LIBS) AC_DEFINE([SVN_HAVE_KEYCHAIN_SERVICES], [1], [Is Mac OS KeyChain support enabled?]) AC_MSG_RESULT([yes]) ],[ enable_keychain=no AC_MSG_RESULT([no]) ]) fi ]) m4trace:build/ac-macros/sasl.m4:29: -1- AC_DEFUN([SVN_LIB_SASL], [ AC_ARG_WITH(sasl, [AS_HELP_STRING([--with-sasl=PATH], [Compile with libsasl2 in PATH])], [ with_sasl="$withval" required="yes" ], [ with_sasl="yes" required="no" ]) AC_MSG_CHECKING([whether to look for SASL]) if test "${with_sasl}" = "no"; then AC_MSG_RESULT([no]) svn_lib_sasl=no else AC_MSG_RESULT([yes]) saved_LDFLAGS="$LDFLAGS" saved_CPPFLAGS="$CPPFLAGS" if test "$with_sasl" = "yes"; then AC_MSG_NOTICE([Looking in default locations]) AC_CHECK_HEADER(sasl/sasl.h, [AC_CHECK_HEADER(sasl/saslutil.h, [AC_CHECK_LIB(sasl2, prop_get, svn_lib_sasl=yes, svn_lib_sasl=no)], svn_lib_sasl=no)], svn_lib_sasl=no) if test "$svn_lib_sasl" = "no"; then with_sasl="/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/sysroots" fi else svn_lib_sasl=no fi if test "$svn_lib_sasl" = "no"; then SVN_SASL_INCLUDES="-I${with_sasl}/include" CPPFLAGS="$CPPFLAGS $SVN_SASL_INCLUDES" LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS(-L${with_sasl}/lib)`" AC_CHECK_HEADER(sasl/sasl.h, [AC_CHECK_HEADER(sasl/saslutil.h, [AC_CHECK_LIB(sasl2, prop_get, svn_lib_sasl=yes, svn_lib_sasl=no)], svn_lib_sasl=no)], svn_lib_sasl=no) fi AC_MSG_CHECKING([for availability of Cyrus SASL v2]) if test "$svn_lib_sasl" = "yes"; then SVN_SASL_LIBS="-lsasl2" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) if test "$required" = "yes"; then dnl The user explicitly requested SASL, but we couldn't find it. dnl Exit with an error message. AC_MSG_ERROR([Could not find Cyrus SASL v2]) fi SVN_SASL_INCLUDES="" LDFLAGS="$saved_LDFLAGS" fi CPPFLAGS="$saved_CPPFLAGS" fi AC_SUBST(SVN_SASL_INCLUDES) AC_SUBST(SVN_SASL_LIBS) ]) m4trace:build/ac-macros/serf.m4:48: -1- AC_DEFUN([SVN_LIB_SERF], [ serf_found=no serf_required=no serf_skip=no serf_check_major="$1" serf_check_minor="$2" serf_check_patch="$3" serf_check_version="$1.$2.$3" AC_ARG_WITH(serf,AS_HELP_STRING([--with-serf=PREFIX], [Serf HTTP client library (enabled by default if found)]), [ if test "$withval" = "yes" ; then serf_required=yes elif test "$withval" = "no" ; then serf_skip=yes else serf_required=yes serf_prefix="$withval" fi ]) if test "$serf_skip" = "no" ; then SVN_SERF_PKG_CONFIG() if test -n "$serf_prefix" && test "$serf_found" = "no" ; then SVN_SERF_PREFIX_CONFIG() fi AC_MSG_CHECKING([was serf enabled]) if test "$serf_found" = "yes"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) SVN_DOWNLOAD_SERF() if test "$serf_required" = "yes"; then AC_MSG_ERROR([Serf was explicitly enabled but an appropriate version was not found.]) fi fi fi svn_lib_serf=$serf_found AC_SUBST(SVN_SERF_INCLUDES) AC_SUBST(SVN_SERF_LIBS) ]) m4trace:build/ac-macros/serf.m4:98: -1- AC_DEFUN([SVN_SERF_PREFIX_CONFIG], [ AC_MSG_NOTICE([serf library configuration via prefix]) serf_required=yes for serf_major in serf-2 serf-1; do if ! test -d $serf_prefix/include/$serf_major; then continue; fi save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $SVN_APR_INCLUDES $SVN_APRUTIL_INCLUDES -I$serf_prefix/include/$serf_major" AC_CHECK_HEADERS(serf.h,[ save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS(-L$serf_prefix/lib)`" AC_CHECK_LIB($serf_major, serf_context_create,[ AC_TRY_COMPILE([ #include #include "serf.h" ],[ #if ! SERF_VERSION_AT_LEAST($serf_check_major, $serf_check_minor, $serf_check_patch) #error Serf version too old: need $serf_check_version #endif ], [serf_found=yes], [AC_MSG_WARN([Serf version too old: need $serf_check_version]) serf_found=no])], , $SVN_APRUTIL_LIBS $SVN_APR_LIBS -lz) LDFLAGS="$save_ldflags"]) CPPFLAGS="$save_cppflags" test $serf_found = yes && break done if test $serf_found = "yes"; then SVN_SERF_INCLUDES="-I$serf_prefix/include/$serf_major" if test -e "$serf_prefix/lib/lib$serf_major.la"; then SVN_SERF_LIBS="$serf_prefix/lib/lib$serf_major.la" else SVN_SERF_LIBS="-l$serf_major" LDFLAGS="$LDFLAGS `SVN_REMOVE_STANDARD_LIB_DIRS(-L$serf_prefix/lib)`" fi fi ]) m4trace:build/ac-macros/serf.m4:138: -1- AC_DEFUN([SVN_SERF_PKG_CONFIG], [ AC_MSG_NOTICE([serf library configuration via pkg-config]) if test -n "$PKG_CONFIG"; then for serf_major in serf-2 serf-1; do AC_MSG_CHECKING([for $serf_major library]) if test -n "$serf_prefix" ; then dnl User provided a prefix so we try to find the pc file under dnl the prefix. PKG_CONFIG_PATH isn't useful for this because dnl we want to make sure that we get the library in the prefix dnl the user specifies and we want to allow the prefix path to dnl point at the path for the pc file is in (if it's in some dnl other path than $serf_prefix/lib/pkgconfig). if test -e "$serf_prefix/$serf_major.pc" ; then serf_pc_arg="$serf_prefix/$serf_major.pc" elif test -e "$serf_prefix/lib/pkgconfig/$serf_major.pc" ; then serf_pc_arg="$serf_prefix/lib/pkgconfig/$serf_major.pc" else AC_MSG_RESULT([no]) continue fi else serf_pc_arg="$serf_major" fi if $PKG_CONFIG $serf_pc_arg --exists; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([serf library version]) SERF_VERSION=`$PKG_CONFIG $serf_pc_arg --modversion` AC_MSG_RESULT([$SERF_VERSION]) AC_MSG_CHECKING([serf version is suitable]) if $PKG_CONFIG $serf_pc_arg --atleast-version=$serf_check_version; then AC_MSG_RESULT([yes]) serf_found=yes SVN_SERF_INCLUDES=[`$PKG_CONFIG $serf_pc_arg --cflags-only-I`] SVN_SERF_LIBS=[`$PKG_CONFIG $serf_pc_arg --libs-only-l`] dnl don't use --libs-only-L because then we might miss some options LDFLAGS=["$LDFLAGS `$PKG_CONFIG $serf_pc_arg --libs | $SED -e 's/ -l[^ ]*//g' -e 's/^-l[^ ]*//g'`"] break else AC_MSG_RESULT([no]) AC_MSG_WARN([Serf version too old: need $serf_check_version]) fi else AC_MSG_RESULT([no]) fi done fi ]) m4trace:build/ac-macros/serf.m4:189: -1- AC_DEFUN([SVN_DOWNLOAD_SERF], [ echo "" echo "An appropriate version of serf could not be found, so libsvn_ra_serf" echo "will not be built. If you want to build libsvn_ra_serf, please" echo "install serf $serf_check_version or newer." echo "" ]) m4trace:build/ac-macros/sqlite.m4:42: -1- AC_DEFUN([SVN_LIB_SQLITE], [ SQLITE_MINIMUM_VER="$1" SQLITE_RECOMMENDED_VER="$2" SQLITE_URL="$3" SQLITE_PKGNAME="sqlite3" SVN_SQLITE_MIN_VERNUM_PARSE AC_MSG_NOTICE([checking sqlite library]) AC_ARG_WITH(sqlite, AS_HELP_STRING([--with-sqlite=PREFIX], [Use installed SQLite library or amalgamation file.]), [ if test "$withval" = "yes" ; then AC_MSG_ERROR([--with-sqlite requires an argument.]) else sqlite_dir="$withval" fi if test -d $sqlite_dir; then dnl pointed at an sqlite installation SVN_SQLITE_DIR_CONFIG($sqlite_dir) else dnl pointed at the amalgamation file SVN_SQLITE_FILE_CONFIG($sqlite_dir) fi if test -z "$svn_lib_sqlite"; then AC_MSG_WARN([no suitable sqlite found in $sqlite_dir]) SVN_DOWNLOAD_SQLITE fi ], [ dnl see if the sqlite amalgamation exists in the source tree SVN_SQLITE_FILE_CONFIG($abs_srcdir/sqlite-amalgamation/sqlite3.c) if test -z "$svn_lib_sqlite"; then SVN_SQLITE_FILE_CONFIG($abs_builddir/sqlite-amalgamation/sqlite3.c) fi if test -z "$svn_lib_sqlite"; then dnl check the "standard" location of /usr SVN_SQLITE_DIR_CONFIG() fi if test -z "$svn_lib_sqlite"; then dnl no --with-sqlite switch, and no sqlite subdir, look in PATH SVN_SQLITE_PKG_CONFIG fi if test -z "$svn_lib_sqlite"; then SVN_DOWNLOAD_SQLITE fi ]) AC_SUBST(SVN_SQLITE_INCLUDES) AC_SUBST(SVN_SQLITE_LIBS) ]) m4trace:build/ac-macros/sqlite.m4:106: -1- AC_DEFUN([SVN_SQLITE_PKG_CONFIG], [ if test -n "$PKG_CONFIG"; then AC_MSG_CHECKING([sqlite library version (via pkg-config)]) sqlite_version=`$PKG_CONFIG $SQLITE_PKGNAME --modversion --silence-errors` if test -n "$sqlite_version"; then SVN_SQLITE_VERNUM_PARSE([$sqlite_version], [sqlite_ver_num]) if test "$sqlite_ver_num" -ge "$sqlite_min_ver_num"; then AC_MSG_RESULT([$sqlite_version]) svn_lib_sqlite="yes" SVN_SQLITE_INCLUDES="`$PKG_CONFIG $SQLITE_PKGNAME --cflags`" SVN_SQLITE_LIBS="`$PKG_CONFIG $SQLITE_PKGNAME --libs`" else AC_MSG_RESULT([none or unsupported $sqlite_version]) fi fi fi if test -z "$svn_lib_sqlite"; then AC_MSG_RESULT(no) fi ]) m4trace:build/ac-macros/sqlite.m4:135: -1- AC_DEFUN([SVN_SQLITE_DIR_CONFIG], [ if test -z "$1"; then sqlite_dir="" sqlite_include="sqlite3.h" else sqlite_dir="$1" sqlite_include="$1/include/sqlite3.h" fi save_CPPFLAGS="$CPPFLAGS" save_LDFLAGS="$LDFLAGS" if test ! -z "$1"; then CPPFLAGS="$CPPFLAGS -I$sqlite_dir/include" LDFLAGS="$LDFLAGS -L$sqlite_dir/lib" fi AC_CHECK_HEADER(sqlite3.h, [ AC_MSG_CHECKING([sqlite library version (via header)]) AC_EGREP_CPP(SQLITE_VERSION_OKAY,[ #include "$sqlite_include" #if SQLITE_VERSION_NUMBER >= $sqlite_min_ver_num SQLITE_VERSION_OKAY #endif], [AC_MSG_RESULT([okay]) AC_CHECK_LIB(sqlite3, sqlite3_close, [ svn_lib_sqlite="yes" if test -z "$sqlite_dir" -o ! -d "$sqlite_dir"; then SVN_SQLITE_LIBS="-lsqlite3" else SVN_SQLITE_INCLUDES="-I$sqlite_dir/include" SVN_SQLITE_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS(-L$sqlite_dir/lib -lsqlite3)`" fi ])], [AC_MSG_RESULT([unsupported SQLite version])]) ]) CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" ]) m4trace:build/ac-macros/sqlite.m4:181: -1- AC_DEFUN([SVN_SQLITE_FILE_CONFIG], [ sqlite_amalg="$1" AC_MSG_CHECKING([sqlite amalgamation]) if test ! -e $sqlite_amalg; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) AC_MSG_CHECKING([sqlite amalgamation file version]) AC_EGREP_CPP(SQLITE_VERSION_OKAY,[ #include "$sqlite_amalg" #if SQLITE_VERSION_NUMBER >= $sqlite_min_ver_num SQLITE_VERSION_OKAY #endif], [AC_MSG_RESULT([amalgamation found and is okay]) _SVN_SQLITE_DSO_LIBS AC_DEFINE(SVN_SQLITE_INLINE, 1, [Defined if svn should use the amalgamated version of sqlite]) SVN_SQLITE_INCLUDES="-I`dirname $sqlite_amalg`" if test -n "$svn_sqlite_dso_ldflags"; then SVN_SQLITE_LIBS="$svn_sqlite_dso_ldflags -lpthread" else SVN_SQLITE_LIBS="-lpthread" fi svn_lib_sqlite="yes"], [AC_MSG_RESULT([unsupported amalgamation SQLite version])]) fi ]) m4trace:build/ac-macros/sqlite.m4:213: -1- AC_DEFUN([SVN_SQLITE_VERNUM_PARSE], [ version_string="$1" major=`expr $version_string : '\([[0-9]]*\)'` minor=`expr $version_string : '[[0-9]]*\.\([[0-9]]*\)'` micro=`expr $version_string : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'` if test -z "$micro"; then micro=0 fi $2=`expr $major \* 1000000 \ \+ $minor \* 1000 \ \+ $micro` ]) m4trace:build/ac-macros/sqlite.m4:232: -1- AC_DEFUN([SVN_SQLITE_MIN_VERNUM_PARSE], [ SVN_SQLITE_VERNUM_PARSE([$SQLITE_MINIMUM_VER], [sqlite_min_ver_num]) ]) m4trace:build/ac-macros/sqlite.m4:239: -1- AC_DEFUN([SVN_DOWNLOAD_SQLITE], [ echo "" echo "An appropriate version of sqlite could not be found. We recommmend" echo "${SQLITE_RECOMMENDED_VER}, but require at least ${SQLITE_MINIMUM_VER}." echo "Please either install a newer sqlite on this system" echo "" echo "or" echo "" echo "get the sqlite ${SQLITE_RECOMMENDED_VER} amalgamation from:" echo " ${SQLITE_URL}" echo "unpack the archive using unzip and rename the resulting" echo "directory to:" echo "$abs_srcdir/sqlite-amalgamation" if test x"$abs_srcdir" != x"$abs_builddir"; then echo "or to:" echo "$abs_builddir/sqlite-amalgamation" fi echo "" AC_MSG_ERROR([Subversion requires SQLite]) ]) m4trace:build/ac-macros/sqlite.m4:264: -1- AC_DEFUN([_SVN_SQLITE_DSO_LIBS], [ case $host_os in beos* | mingw* | pw32* | cegcc* | cygwin*) svn_sqlite_dso_ldflags= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" svn_sqlite_dso_ldflags="-ldl"],[ svn_sqlite_dso_ldflags= ]) ;; *) AC_CHECK_FUNC([shl_load], [svn_sqlite_dso_ldflags=], [AC_CHECK_LIB([dld], [shl_load], [svn_sqlite_dso_ldflags="-ldld"], [AC_CHECK_FUNC([dlopen], [svn_sqlite_dso_ldflags=], [AC_CHECK_LIB([dl], [dlopen], [svn_sqlite_dso_ldflags="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [svn_sqlite_dso_ldflags="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [svn_sqlite_dso_ldflags="-ldld"]) ]) ]) ]) ]) ]) ;; esac AC_MSG_CHECKING([additional libraries for sqlite]) if test -n "$svn_sqlite_dso_ldflags"; then AC_MSG_RESULT(${svn_sqlite_dso_ldflags}) else AC_MSG_RESULT(none) fi ]) m4trace:build/ac-macros/svn-macros.m4:29: -1- AC_DEFUN([SVN_CONFIG_NICE], [ AC_MSG_NOTICE([creating $1]) # This little dance satisfies Cygwin, which cannot overwrite in-use files. if test -f "$1"; then mv "$1" "$1.old" fi cat >"$1" <= 1.3.24]) fi fi SWIG_PY_COMPILE="none" SWIG_PY_LINK="none" if test "$PYTHON" != "none"; then AC_MSG_NOTICE([Configuring python swig binding]) AC_CACHE_CHECK([for Python includes], [ac_cv_python_includes],[ ac_cv_python_includes="`$PYTHON ${abs_srcdir}/build/get-py-info.py --includes`" ]) SWIG_PY_INCLUDES="\$(SWIG_INCLUDES) $ac_cv_python_includes" if test "$ac_cv_python_includes" = "none"; then AC_MSG_WARN([python bindings cannot be built without distutils module]) fi AC_CACHE_CHECK([for compiling Python extensions], [ac_cv_python_compile],[ ac_cv_python_compile="`$PYTHON ${abs_srcdir}/build/get-py-info.py --compile`" ]) SWIG_PY_COMPILE="$ac_cv_python_compile $CFLAGS" AC_CACHE_CHECK([for linking Python extensions], [ac_cv_python_link],[ ac_cv_python_link="`$PYTHON ${abs_srcdir}/build/get-py-info.py --link`" ]) SWIG_PY_LINK="$ac_cv_python_link" AC_CACHE_CHECK([for linking Python libraries], [ac_cv_python_libs],[ ac_cv_python_libs="`$PYTHON ${abs_srcdir}/build/get-py-info.py --libs`" ]) SWIG_PY_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($ac_cv_python_libs)`" fi if test "$PERL" != "none"; then AC_MSG_CHECKING([perl version]) dnl Note that the q() bit is there to avoid unbalanced brackets dnl which m4 really doesn't like. PERL_VERSION="`$PERL -e 'q([[); print $]] * 1000000,$/;'`" AC_MSG_RESULT([$PERL_VERSION]) if test "$PERL_VERSION" -ge "5008000"; then SWIG_PL_INCLUDES="\$(SWIG_INCLUDES) `$PERL -MExtUtils::Embed -e ccopts`" SWIG_PL_LINK="`$PERL -MExtUtils::Embed -e ldopts`" SWIG_PL_LINK="`SVN_REMOVE_STANDARD_LIB_DIRS($SWIG_PL_LINK)`" else AC_MSG_WARN([perl bindings require perl 5.8.0 or newer.]) fi fi SWIG_RB_COMPILE="none" SWIG_RB_LINK="none" if test "$RUBY" != "none"; then if test x"$SWIG_VERSION" = x"3""00""008"; then # Use a local variable to escape the '#' sign. ruby_swig_issue_602='https://subversion.apache.org/docs/release-notes/1.11#ruby-swig-issue-602' AC_MSG_WARN([Ruby bindings are known not to support swig 3.0.8; see $ruby_swig_issue_602]) fi rbconfig="$RUBY -rrbconfig -e " for var_name in arch archdir CC LDSHARED DLEXT LIBS LIBRUBYARG \ rubyhdrdir rubyarchhdrdir sitedir sitelibdir sitearchdir libdir do rbconfig_tmp=`$rbconfig "print RbConfig::CONFIG@<:@'$var_name'@:>@"` eval "rbconfig_$var_name=\"$rbconfig_tmp\"" done AC_MSG_NOTICE([Configuring Ruby SWIG binding]) AC_CACHE_CHECK([for Ruby include path], [svn_cv_ruby_includes],[ if test -d "$rbconfig_rubyhdrdir"; then dnl Ruby >=1.9 svn_cv_ruby_includes="-I. -I$rbconfig_rubyhdrdir -I$rbconfig_rubyhdrdir/ruby -I$rbconfig_rubyhdrdir/ruby/backward" if test -d "$rbconfig_rubyarchhdrdir"; then dnl Ruby >=2.0 svn_cv_ruby_includes="$svn_cv_ruby_includes -I$rbconfig_rubyarchhdrdir" else svn_cv_ruby_includes="$svn_cv_ruby_includes -I$rbconfig_rubyhdrdir/$rbconfig_arch" fi else dnl Ruby 1.8 svn_cv_ruby_includes="-I. -I$rbconfig_archdir" fi ]) SWIG_RB_INCLUDES="\$(SWIG_INCLUDES) $svn_cv_ruby_includes" AC_CACHE_CHECK([how to compile Ruby extensions], [svn_cv_ruby_compile],[ svn_cv_ruby_compile="$rbconfig_CC $CFLAGS" ]) SWIG_RB_COMPILE="$svn_cv_ruby_compile" SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-ansi]) SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c89]) SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c90]) dnl FIXME: Check that the compiler for Ruby actually supports this flag SWIG_RB_COMPILE="$SWIG_RB_COMPILE -Wno-int-to-pointer-cast" AC_CACHE_CHECK([how to link Ruby extensions], [svn_cv_ruby_link],[ svn_cv_ruby_link="`$RUBY -e 'ARGV.shift; print ARGV.join(%q( ))' \ $rbconfig_LDSHARED`" svn_cv_ruby_link="$rbconfig_CC $svn_cv_ruby_link" svn_cv_ruby_link="$svn_cv_ruby_link -shrext .$rbconfig_DLEXT" ]) SWIG_RB_LINK="$svn_cv_ruby_link" AC_CACHE_CHECK([how to link Ruby libraries], [ac_cv_ruby_libs], [ ac_cv_ruby_libs="$rbconfig_LIBRUBYARG $rbconfig_LIBS" ]) SWIG_RB_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($ac_cv_ruby_libs)`" AC_MSG_CHECKING([for rb_errinfo]) old_CFLAGS="$CFLAGS" old_LIBS="$LIBS" CFLAGS="$CFLAGS $svn_cv_ruby_includes" SVN_STRIP_FLAG([CFLAGS], [-ansi]) SVN_STRIP_FLAG([CFLAGS], [-std=c89]) SVN_STRIP_FLAG([CFLAGS], [-std=c90]) LIBS="$SWIG_RB_LIBS" AC_LINK_IFELSE([AC_LANG_SOURCE([[ #include int main() {rb_errinfo();}]])], have_rb_errinfo="yes", have_rb_errinfo="no") if test "$have_rb_errinfo" = "yes"; then AC_MSG_RESULT([yes]) AC_DEFINE([HAVE_RB_ERRINFO], [1], [Define to 1 if you have the `rb_errinfo' function.]) else AC_MSG_RESULT([no]) fi CFLAGS="$old_CFLAGS" LIBS="$old_LIBS" AC_CACHE_VAL([svn_cv_ruby_sitedir],[ svn_cv_ruby_sitedir="$rbconfig_sitedir" ]) AC_ARG_WITH([ruby-sitedir], AS_HELP_STRING([--with-ruby-sitedir=SITEDIR], [install Ruby bindings in SITEDIR (default is same as ruby's one)]), [svn_ruby_installdir="$withval"], [svn_ruby_installdir="$svn_cv_ruby_sitedir"]) AC_MSG_CHECKING([where to install Ruby scripts]) AC_CACHE_VAL([svn_cv_ruby_sitedir_libsuffix],[ svn_cv_ruby_sitedir_libsuffix="`echo "$rbconfig_sitelibdir" | \ $SED -e "s,^$rbconfig_sitedir,,"`" ]) SWIG_RB_SITE_LIB_DIR="${svn_ruby_installdir}${svn_cv_ruby_sitedir_libsuffix}" AC_MSG_RESULT([$SWIG_RB_SITE_LIB_DIR]) AC_MSG_CHECKING([where to install Ruby extensions]) AC_CACHE_VAL([svn_cv_ruby_sitedir_archsuffix],[ svn_cv_ruby_sitedir_archsuffix="`echo "$rbconfig_sitearchdir" | \ $SED -e "s,^$rbconfig_sitedir,,"`" ]) SWIG_RB_SITE_ARCH_DIR="${svn_ruby_installdir}${svn_cv_ruby_sitedir_archsuffix}" AC_MSG_RESULT([$SWIG_RB_SITE_ARCH_DIR]) AC_MSG_CHECKING([how to use output level for Ruby bindings tests]) AC_CACHE_VAL([svn_cv_ruby_test_verbose],[ svn_cv_ruby_test_verbose="normal" ]) AC_ARG_WITH([ruby-test-verbose], AS_HELP_STRING([--with-ruby-test-verbose=LEVEL], [how to use output level for Ruby bindings tests (default is normal)]), [svn_ruby_test_verbose="$withval"], [svn_ruby_test_verbose="$svn_cv_ruby_test_verbose"]) SWIG_RB_TEST_VERBOSE="$svn_ruby_test_verbose" AC_MSG_RESULT([$SWIG_RB_TEST_VERBOSE]) fi AC_SUBST(SWIG) AC_SUBST(SWIG_PY_INCLUDES) AC_SUBST(SWIG_PY_COMPILE) AC_SUBST(SWIG_PY_LINK) AC_SUBST(SWIG_PY_LIBS) AC_SUBST(SWIG_PL_INCLUDES) AC_SUBST(SWIG_PL_LINK) AC_SUBST(SWIG_RB_LINK) AC_SUBST(SWIG_RB_LIBS) AC_SUBST(SWIG_RB_INCLUDES) AC_SUBST(SWIG_RB_COMPILE) AC_SUBST(SWIG_RB_SITE_LIB_DIR) AC_SUBST(SWIG_RB_SITE_ARCH_DIR) AC_SUBST(SWIG_RB_TEST_VERBOSE) ]) m4trace:build/ac-macros/utf8proc.m4:26: -1- AC_DEFUN([SVN_UTF8PROC], [ AC_ARG_WITH([utf8proc], [AS_HELP_STRING([--with-utf8proc=PREFIX|internal], [look for utf8proc in PREFIX or use the internal code])], [ if test "$withval" = internal; then utf8proc_prefix=internal elif test "$withval" = yes; then utf8proc_prefix=std else utf8proc_prefix="$withval" fi ], [utf8proc_prefix=std]) if test "$utf8proc_prefix" = "no"; then dnl The user has tried to disable UTF8PROC AC_MSG_ERROR([Subversion requires UTF8PROC]) fi if test "$utf8proc_prefix" = "internal"; then AC_MSG_NOTICE([using internal utf8proc]) AC_DEFINE([SVN_INTERNAL_UTF8PROC], [1], [Define to use internal UTF8PROC code]) else if test "$utf8proc_prefix" = "std"; then SVN_UTF8PROC_STD else SVN_UTF8PROC_PREFIX fi if test "$utf8proc_found" != "yes"; then AC_MSG_ERROR([Subversion requires UTF8PROC]) fi fi AC_SUBST(SVN_UTF8PROC_INCLUDES) AC_SUBST(SVN_UTF8PROC_LIBS) ]) m4trace:build/ac-macros/utf8proc.m4:64: -1- AC_DEFUN([SVN_UTF8PROC_STD], [ AC_MSG_NOTICE([utf8proc configuration without pkg-config]) AC_CHECK_LIB(utf8proc, utf8proc_version, [ utf8proc_found=yes SVN_UTF8PROC_LIBS="-lutf8proc" ]) ]) m4trace:build/ac-macros/utf8proc.m4:73: -1- AC_DEFUN([SVN_UTF8PROC_PREFIX], [ AC_MSG_NOTICE([utf8proc configuration via prefix]) save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I$utf8proc_prefix/include" save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS -L$utf8proc_prefix/lib" AC_CHECK_LIB(utf8proc, utf8proc_version, [ utf8proc_found=yes SVN_UTF8PROC_INCLUDES="-I$utf8proc_prefix/include" SVN_UTF8PROC_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS(-L$utf8proc_prefix/lib)` -lutf8proc" ]) LDFLAGS="$save_ldflags" CPPFLAGS="$save_cppflags" ]) m4trace:build/ac-macros/zlib.m4:26: -1- AC_DEFUN([SVN_LIB_Z], [ zlib_found=no zlib_skip=no AC_ARG_WITH(zlib,AS_HELP_STRING([--with-zlib=PREFIX], [zlib compression library]), [ if test "$withval" = "yes"; then zlib_skip=no elif test "$withval" = "no"; then zlib_skip=yes else zlib_skip=no zlib_prefix="$withval" fi ]) if test "$zlib_skip" = "yes"; then AC_MSG_ERROR([subversion requires zlib]) fi if test -n "$zlib_prefix"; then AC_MSG_NOTICE([zlib library configuration via prefix]) save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I$zlib_prefix/include" AC_CHECK_HEADERS(zlib.h,[ save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS -L$zlib_prefix/lib" AC_CHECK_LIB(z, inflate, [ zlib_found="yes" SVN_ZLIB_INCLUDES="-I$zlib_prefix/include" SVN_ZLIB_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS(-L$zlib_prefix/lib)` -lz" ]) LDFLAGS="$save_ldflags" ]) CPPFLAGS="$save_cppflags" else SVN_ZLIB_PKG_CONFIG() if test "$zlib_found" = "no"; then AC_MSG_NOTICE([zlib library configuration]) AC_CHECK_HEADER(zlib.h, [ AC_CHECK_LIB(z, inflate, [ zlib_found="builtin" SVN_ZLIB_LIBS="-lz" ]) ]) fi fi if test "$zlib_found" = "no"; then AC_MSG_ERROR([subversion requires zlib]) fi AC_SUBST(SVN_ZLIB_INCLUDES) AC_SUBST(SVN_ZLIB_LIBS) ]) m4trace:build/ac-macros/zlib.m4:87: -1- AC_DEFUN([SVN_ZLIB_PKG_CONFIG], [ AC_MSG_NOTICE([zlib library configuration via pkg-config]) if test -n "$PKG_CONFIG"; then AC_MSG_CHECKING([for zlib library]) if $PKG_CONFIG zlib --exists; then AC_MSG_RESULT([yes]) zlib_found=yes SVN_ZLIB_INCLUDES=`$PKG_CONFIG zlib --cflags` SVN_ZLIB_LIBS=`$PKG_CONFIG zlib --libs` SVN_ZLIB_LIBS="`SVN_REMOVE_STANDARD_LIB_DIRS($SVN_ZLIB_LIBS)`" else AC_MSG_RESULT([no]) fi fi ]) m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:25: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:25: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:25: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:25: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:25: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:25: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:34: -1- m4_pattern_allow([^abs_srcdir$]) m4trace:configure.ac:35: -1- m4_pattern_allow([^abs_builddir$]) m4trace:configure.ac:41: -1- m4_pattern_allow([^canonicalized_srcdir$]) m4trace:configure.ac:44: -1- m4_pattern_allow([^SWIG_LDFLAGS$]) m4trace:configure.ac:47: -1- SVN_CONFIG_NICE([config.nice]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:54: -1- SVN_CC_MODE_SETUP m4trace:configure.ac:54: -1- SVN_CFLAGS_ADD_IFELSE([-std=c90], [], [ SVN_CFLAGS_ADD_IFELSE([-std=c89],[],[ SVN_CFLAGS_ADD_IFELSE([-ansi]) ]) ]) m4trace:configure.ac:54: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-std=c90], [], [ SVN_CFLAGS_ADD_IFELSE([-std=c89],[],[ SVN_CFLAGS_ADD_IFELSE([-ansi]) ]) ]) m4trace:configure.ac:54: -1- SVN_CFLAGS_ADD_IFELSE([-std=c89], [], [ SVN_CFLAGS_ADD_IFELSE([-ansi]) ]) m4trace:configure.ac:54: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-std=c89], [], [ SVN_CFLAGS_ADD_IFELSE([-ansi]) ]) m4trace:configure.ac:54: -1- SVN_CFLAGS_ADD_IFELSE([-ansi]) m4trace:configure.ac:54: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-ansi], [], []) m4trace:configure.ac:54: -1- SVN_CFLAGS_ADD_IFELSE([-w]) m4trace:configure.ac:54: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-w], [], []) m4trace:configure.ac:54: -1- m4_pattern_allow([^CMODEFLAGS$]) m4trace:configure.ac:54: -1- m4_pattern_allow([^CNOWARNFLAGS$]) m4trace:configure.ac:54: -1- m4_pattern_allow([^CMAINTAINERFLAGS$]) m4trace:configure.ac:54: -1- m4_pattern_allow([^CUSERFLAGS$]) m4trace:configure.ac:54: -1- SVN_CFLAGS_ADD_IFELSE([-Werror=unknown-warning-option]) m4trace:configure.ac:54: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Werror=unknown-warning-option], [], []) m4trace:configure.ac:58: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^CXXFLAGS$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^ac_ct_CXX$]) m4trace:configure.ac:59: -1- SVN_CXX_MODE_SETUP m4trace:configure.ac:59: -1- SVN_CXXFLAGS_ADD_IFELSE([-std=c++11]) m4trace:configure.ac:59: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-std=c++11], [], []) m4trace:configure.ac:59: -1- SVN_CXXFLAGS_ADD_IFELSE([-w]) m4trace:configure.ac:59: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-w], [], []) m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXMODEFLAGS$]) m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXNOWARNFLAGS$]) m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXMAINTAINERFLAGS$]) m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXUSERFLAGS$]) m4trace:configure.ac:59: -1- SVN_CXXFLAGS_ADD_IFELSE([-Werror=unknown-warning-option]) m4trace:configure.ac:59: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Werror=unknown-warning-option], [], []) m4trace:configure.ac:62: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:62: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:62: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:66: -1- AC_PROG_SED m4trace:configure.ac:66: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^target$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^target_cpu$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^target_vendor$]) m4trace:configure.ac:69: -1- m4_pattern_allow([^target_os$]) m4trace:configure.ac:72: -1- AC_PROG_EGREP m4trace:configure.ac:72: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:72: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:74: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:76: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:76: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:76: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:87: -1- m4_pattern_allow([^MKDIR$]) m4trace:configure.ac:96: -1- SVN_LIB_APR([$APR_VER_REGEXES]) m4trace:configure.ac:96: -1- APR_FIND_APR([""], [""], [1], [2 1 0]) m4trace:configure.ac:96: -1- SVN_DOWNLOAD_APR m4trace:configure.ac:96: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$apr_ldflags]) m4trace:configure.ac:96: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SVN_APR_LIBS]) m4trace:configure.ac:96: -1- m4_pattern_allow([^SVN_APR_CONFIG$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^SVN_APR_INCLUDES$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^SVN_APR_LIBS$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^SVN_APR_SHLIB_PATH_VAR$]) m4trace:configure.ac:104: -1- m4_pattern_allow([^SVN_APRUTIL_INCLUDES$]) m4trace:configure.ac:105: -1- m4_pattern_allow([^SVN_APRUTIL_CONFIG$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^SVN_APRUTIL_LIBS$]) m4trace:configure.ac:111: -1- SVN_LIB_APRUTIL([$APU_VER_REGEXES]) m4trace:configure.ac:111: -1- APR_FIND_APU([""], [""], [1], [1 0]) m4trace:configure.ac:111: -1- SVN_DOWNLOAD_APRUTIL m4trace:configure.ac:111: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$apu_ldflags]) m4trace:configure.ac:111: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SVN_APRUTIL_LIBS]) m4trace:configure.ac:111: -1- m4_pattern_allow([^SVN_APRUTIL_INCLUDES$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^SVN_APRUTIL_CONFIG$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^SVN_APRUTIL_LIBS$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^SVN_HAVE_OLD_EXPAT$]) m4trace:configure.ac:114: -1- m4_pattern_allow([^SVN_APR_MAJOR_VERSION$]) m4trace:configure.ac:116: -1- m4_pattern_allow([^SVN_LT_SOVERSION$]) m4trace:configure.ac:117: -1- m4_pattern_allow([^SVN_SOVERSION$]) m4trace:configure.ac:121: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:124: -1- SVN_LIB_SERF([1], [3], [4]) m4trace:configure.ac:124: -1- SVN_SERF_PKG_CONFIG([]) m4trace:configure.ac:124: -1- SVN_SERF_PREFIX_CONFIG([]) m4trace:configure.ac:124: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^HAVE_SERF_H$]) m4trace:configure.ac:124: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$serf_prefix/lib]) m4trace:configure.ac:124: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:2608: AC_TRY_COMPILE is expanded from... ../../../autoconf-2.69/lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../../autoconf-2.69/lib/autoconf/libs.m4:99: AC_CHECK_LIB is expanded from... ../../../autoconf-2.69/lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../../autoconf-2.69/lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../../autoconf-2.69/lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... ../../../autoconf-2.69/lib/m4sugar/m4sh.m4:607: AS_FOR is expanded from... ../../../autoconf-2.69/lib/autoconf/headers.m4:249: AC_CHECK_HEADERS is expanded from... build/ac-macros/serf.m4:98: SVN_SERF_PREFIX_CONFIG is expanded from... build/ac-macros/serf.m4:48: SVN_LIB_SERF is expanded from... configure.ac:124: the top level]) m4trace:configure.ac:124: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$serf_prefix/lib]) m4trace:configure.ac:124: -1- SVN_DOWNLOAD_SERF([]) m4trace:configure.ac:124: -1- m4_pattern_allow([^SVN_SERF_INCLUDES$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^SVN_SERF_LIBS$]) m4trace:configure.ac:127: -1- m4_pattern_allow([^SVN_HAVE_SERF$]) m4trace:configure.ac:132: -1- SVN_LIB_APR_MEMCACHE m4trace:configure.ac:132: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from... build/ac-macros/apr_memcache.m4:28: SVN_LIB_APR_MEMCACHE is expanded from... configure.ac:132: the top level]) m4trace:configure.ac:132: -1- m4_pattern_allow([^SVN_APR_MEMCACHE_INCLUDES$]) m4trace:configure.ac:132: -1- m4_pattern_allow([^SVN_APR_MEMCACHE_LIBS$]) m4trace:configure.ac:135: -1- m4_pattern_allow([^SVN_HAVE_MEMCACHE$]) m4trace:configure.ac:147: -1- m4_pattern_allow([^HTTPD_WHITELIST$]) m4trace:configure.ac:150: -1- SVN_FIND_APACHE([20051115], [$apache_whitelist_ver]) m4trace:configure.ac:150: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^HAVE_GETPID$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^SVN_USE_FORCE_AUTHN$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^SVN_ALLOW_BROKEN_HTTPD_AUTH$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^APXS$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^APACHE_LDFLAGS$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^APACHE_INCLUDES$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^APACHE_LIBEXECDIR$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^INSTALL_APACHE_MODS$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^HTTPD_VERSION$]) m4trace:configure.ac:161: -1- SVN_LIB_SQLITE([${SQLITE_MINIMUM_VER}], [${SQLITE_RECOMMENDED_VER}], [${SQLITE_URL}]) m4trace:configure.ac:161: -1- SVN_SQLITE_MIN_VERNUM_PARSE m4trace:configure.ac:161: -1- SVN_SQLITE_VERNUM_PARSE([$SQLITE_MINIMUM_VER], [sqlite_min_ver_num]) m4trace:configure.ac:161: -1- SVN_SQLITE_DIR_CONFIG([$sqlite_dir]) m4trace:configure.ac:161: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$sqlite_dir/lib -lsqlite3]) m4trace:configure.ac:161: -1- SVN_SQLITE_FILE_CONFIG([$sqlite_dir]) m4trace:configure.ac:161: -1- _SVN_SQLITE_DSO_LIBS m4trace:configure.ac:161: -1- m4_pattern_allow([^SVN_SQLITE_INLINE$]) m4trace:configure.ac:161: -1- SVN_DOWNLOAD_SQLITE m4trace:configure.ac:161: -1- SVN_SQLITE_FILE_CONFIG([$abs_srcdir/sqlite-amalgamation/sqlite3.c]) m4trace:configure.ac:161: -1- _SVN_SQLITE_DSO_LIBS m4trace:configure.ac:161: -1- m4_pattern_allow([^SVN_SQLITE_INLINE$]) m4trace:configure.ac:161: -1- SVN_SQLITE_FILE_CONFIG([$abs_builddir/sqlite-amalgamation/sqlite3.c]) m4trace:configure.ac:161: -1- _SVN_SQLITE_DSO_LIBS m4trace:configure.ac:161: -1- m4_pattern_allow([^SVN_SQLITE_INLINE$]) m4trace:configure.ac:161: -1- SVN_SQLITE_DIR_CONFIG([]) m4trace:configure.ac:161: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$sqlite_dir/lib -lsqlite3]) m4trace:configure.ac:161: -1- SVN_SQLITE_PKG_CONFIG m4trace:configure.ac:161: -1- SVN_SQLITE_VERNUM_PARSE([$sqlite_version], [sqlite_ver_num]) m4trace:configure.ac:161: -1- SVN_DOWNLOAD_SQLITE m4trace:configure.ac:161: -1- m4_pattern_allow([^SVN_SQLITE_INCLUDES$]) m4trace:configure.ac:161: -1- m4_pattern_allow([^SVN_SQLITE_LIBS$]) m4trace:configure.ac:170: -1- SVN_SQLITE_VERNUM_PARSE([$sqlite_compat_ver], [sqlite_compat_ver_num]) m4trace:configure.ac:176: -1- SVN_CHECK_FOR_ATOMIC_BUILTINS m4trace:configure.ac:176: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:2758: AC_TRY_RUN is expanded from... ../../../autoconf-2.69/lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2025: AC_CACHE_VAL is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2046: AC_CACHE_CHECK is expanded from... build/ac-macros/svn-macros.m4:126: SVN_CHECK_FOR_ATOMIC_BUILTINS is expanded from... configure.ac:176: the top level]) m4trace:configure.ac:178: -1- m4_pattern_allow([^SVN_HAS_ATOMIC_BUILTINS$]) m4trace:configure.ac:201: -1- m4_pattern_allow([^SVN_BINDIR$]) m4trace:configure.ac:204: -1- m4_pattern_allow([^SVN_BINDIR$]) m4trace:configure.ac:210: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:221: -1- SVN_EXPAND_VAR([svn_localedir], ["${exp_localedir}"]) m4trace:configure.ac:222: -1- m4_pattern_allow([^SVN_LOCALE_DIR$]) m4trace:configure.ac:227: -1- LT_INIT m4trace:configure.ac:227: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) m4trace:configure.ac:227: -1- LTOPTIONS_VERSION m4trace:configure.ac:227: -1- LTSUGAR_VERSION m4trace:configure.ac:227: -1- LTVERSION_VERSION m4trace:configure.ac:227: -1- LTOBSOLETE_VERSION m4trace:configure.ac:227: -1- _LT_PROG_LTMAIN m4trace:configure.ac:227: -1- m4_pattern_allow([^LIBTOOL$]) m4trace:configure.ac:227: -1- _LT_PREPARE_SED_QUOTE_VARS m4trace:configure.ac:227: -1- _LT_PROG_ECHO_BACKSLASH m4trace:configure.ac:227: -1- LT_PATH_LD m4trace:configure.ac:227: -1- AC_PROG_SED m4trace:configure.ac:227: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^FGREP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:227: -1- LT_PATH_NM m4trace:configure.ac:227: -1- m4_pattern_allow([^DUMPBIN$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^DUMPBIN$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^NM$]) m4trace:configure.ac:227: -1- LT_CMD_MAX_LEN m4trace:configure.ac:227: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^ac_ct_AR$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:227: -1- _LT_WITH_SYSROOT m4trace:configure.ac:227: -1- m4_pattern_allow([LT_OBJDIR]) m4trace:configure.ac:227: -1- m4_pattern_allow([^LT_OBJDIR$]) m4trace:configure.ac:227: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:227: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:227: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:227: -1- LT_SUPPORTED_TAG([CC]) m4trace:configure.ac:227: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:227: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:227: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) m4trace:configure.ac:227: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) m4trace:configure.ac:227: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) m4trace:configure.ac:227: -1- m4_pattern_allow([^MANIFEST_TOOL$]) m4trace:configure.ac:227: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:227: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:227: -1- _LT_REQUIRED_DARWIN_CHECKS m4trace:configure.ac:227: -1- m4_pattern_allow([^DSYMUTIL$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^NMEDIT$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^LIPO$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^OTOOL$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^OTOOL64$]) m4trace:configure.ac:227: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) m4trace:configure.ac:227: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:227: -1- LT_SYS_DLOPEN_SELF m4trace:configure.ac:227: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.ac:227: -1- LT_LANG([CXX]) m4trace:configure.ac:227: -1- LT_SUPPORTED_TAG([CXX]) m4trace:configure.ac:227: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:227: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:227: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:227: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:227: -1- LT_PATH_LD m4trace:configure.ac:227: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:227: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:227: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:227: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no]) m4trace:configure.ac:227: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=]) m4trace:configure.ac:227: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:241: -1- m4_pattern_allow([^SVN_LIBTOOL$]) m4trace:configure.ac:296: -1- m4_pattern_allow([^LT_CFLAGS$]) m4trace:configure.ac:297: -1- m4_pattern_allow([^LT_LDFLAGS$]) m4trace:configure.ac:318: -1- m4_pattern_allow([^TRANSFORM_LIBTOOL_SCRIPTS$]) m4trace:configure.ac:334: -1- m4_pattern_allow([^LT_NO_UNDEFINED$]) m4trace:configure.ac:345: -1- m4_pattern_allow([^TRANG$]) m4trace:configure.ac:348: -1- m4_pattern_allow([^TRANG$]) m4trace:configure.ac:354: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from... configure.ac:354: the top level]) m4trace:configure.ac:360: -1- m4_pattern_allow([^DOXYGEN$]) m4trace:configure.ac:363: -1- m4_pattern_allow([^DOXYGEN$]) m4trace:configure.ac:437: -1- m4_pattern_allow([^SVN_XML_INCLUDES$]) m4trace:configure.ac:438: -1- m4_pattern_allow([^SVN_XML_LIBS$]) m4trace:configure.ac:443: -1- m4_pattern_allow([^HAVE_LIBSOCKET$]) m4trace:configure.ac:462: -1- SVN_LIB_BERKELEY_DB([$SVN_FS_WANT_DB_MAJOR], [$SVN_FS_WANT_DB_MINOR], [$SVN_FS_WANT_DB_PATCH], [db4 db]) m4trace:configure.ac:462: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$l]) m4trace:configure.ac:462: -1- SVN_LIB_BERKELEY_DB_TRY([$SVN_FS_WANT_DB_MAJOR], [$SVN_FS_WANT_DB_MINOR], [$SVN_FS_WANT_DB_PATCH], [$enable_bdb6]) m4trace:configure.ac:465: -1- m4_pattern_allow([^SVN_FS_WANT_DB_MAJOR$]) m4trace:configure.ac:467: -1- m4_pattern_allow([^SVN_FS_WANT_DB_MINOR$]) m4trace:configure.ac:469: -1- m4_pattern_allow([^SVN_FS_WANT_DB_PATCH$]) m4trace:configure.ac:472: -1- m4_pattern_allow([^SVN_DB_INCLUDES$]) m4trace:configure.ac:473: -1- m4_pattern_allow([^SVN_DB_LIBS$]) m4trace:configure.ac:475: -1- SVN_LIB_SASL m4trace:configure.ac:475: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L${with_sasl}/lib]) m4trace:configure.ac:475: -1- m4_pattern_allow([^SVN_SASL_INCLUDES$]) m4trace:configure.ac:475: -1- m4_pattern_allow([^SVN_SASL_LIBS$]) m4trace:configure.ac:478: -1- m4_pattern_allow([^SVN_HAVE_SASL$]) m4trace:configure.ac:484: -1- SVN_LIB_MACHO_ITERATE m4trace:configure.ac:485: -1- SVN_LIB_MACOS_PLIST m4trace:configure.ac:485: -1- m4_pattern_allow([^SVN_MACOS_PLIST_LIBS$]) m4trace:configure.ac:486: -1- SVN_LIB_MACOS_KEYCHAIN m4trace:configure.ac:486: -1- m4_pattern_allow([^SVN_MACOS_KEYCHAIN_LIBS$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^SVN_HAVE_KEYCHAIN_SERVICES$]) m4trace:configure.ac:550: -1- m4_pattern_allow([^SVN_HAVE_GPG_AGENT$]) m4trace:configure.ac:556: -1- m4_pattern_allow([^SVN_HAVE_GPG_AGENT$]) m4trace:configure.ac:592: -1- m4_pattern_allow([^SVN_HAVE_GNOME_KEYRING$]) m4trace:configure.ac:637: -1- m4_pattern_allow([^SVN_GNOME_KEYRING_INCLUDES$]) m4trace:configure.ac:638: -1- m4_pattern_allow([^SVN_GNOME_KEYRING_LIBS$]) m4trace:configure.ac:641: -1- SVN_LIB_SECRET m4trace:configure.ac:641: -1- m4_pattern_allow([^SVN_HAVE_LIBSECRET$]) m4trace:configure.ac:641: -1- m4_pattern_allow([^SVN_GNOME_KEYRING_INCLUDES$]) m4trace:configure.ac:641: -1- m4_pattern_allow([^SVN_GNOME_KEYRING_LIBS$]) m4trace:configure.ac:641: -1- m4_pattern_allow([^SVN_GNOME_KEYRING_PCLIBS$]) m4trace:configure.ac:653: -1- m4_pattern_allow([^ENABLE_EV2_IMPL$]) m4trace:configure.ac:668: -1- m4_pattern_allow([^MSGFMT$]) m4trace:configure.ac:669: -1- m4_pattern_allow([^MSGMERGE$]) m4trace:configure.ac:670: -1- m4_pattern_allow([^XGETTEXT$]) m4trace:configure.ac:689: -1- m4_pattern_allow([^HAVE_LIBICONV$]) m4trace:configure.ac:706: -1- m4_pattern_allow([^ENABLE_NLS$]) m4trace:configure.ac:714: -1- m4_pattern_allow([^SVN_INTL_LIBS$]) m4trace:configure.ac:770: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$]) m4trace:configure.ac:774: -1- m4_pattern_allow([^GETTEXT_CODESET$]) m4trace:configure.ac:775: -1- m4_pattern_allow([^NO_GETTEXT_CODESET$]) m4trace:configure.ac:788: -1- m4_pattern_allow([^MSGFMTFLAGS$]) m4trace:configure.ac:794: -1- m4_pattern_allow([^HAVE_MAGIC_H$]) m4trace:configure.ac:825: -1- m4_pattern_allow([^SVN_HAVE_LIBMAGIC$]) m4trace:configure.ac:831: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$libmagic_prefix/lib]) m4trace:configure.ac:834: -1- m4_pattern_allow([^SVN_MAGIC_INCLUDES$]) m4trace:configure.ac:835: -1- m4_pattern_allow([^SVN_MAGIC_LIBS$]) m4trace:configure.ac:838: -1- SVN_LIB_KWALLET m4trace:configure.ac:838: -1- m4_pattern_allow([^KDE_CONFIG$]) m4trace:configure.ac:838: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$qt_lib_dirs -L$kde_libdir]) m4trace:configure.ac:838: -1- m4_pattern_allow([^SVN_HAVE_KF5$]) m4trace:configure.ac:838: -1- m4_pattern_allow([^SVN_KWALLET_INCLUDES$]) m4trace:configure.ac:838: -1- m4_pattern_allow([^SVN_KWALLET_LIBS$]) m4trace:configure.ac:841: -1- m4_pattern_allow([^SVN_HAVE_KWALLET$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE$]) m4trace:configure.ac:901: -1- m4_pattern_allow([^BUILD_RULES$]) m4trace:configure.ac:902: -1- m4_pattern_allow([^INSTALL_STATIC_RULES$]) m4trace:configure.ac:903: -1- m4_pattern_allow([^INSTALL_RULES$]) m4trace:configure.ac:904: -1- m4_pattern_allow([^BDB_TEST_DEPS$]) m4trace:configure.ac:905: -1- m4_pattern_allow([^BDB_TEST_PROGRAMS$]) m4trace:configure.ac:910: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:915: -1- m4_pattern_allow([^const$]) m4trace:configure.ac:918: -1- m4_pattern_allow([^size_t$]) m4trace:configure.ac:923: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:926: -1- m4_pattern_allow([^HAVE_VPRINTF$]) m4trace:configure.ac:926: -1- m4_pattern_allow([^HAVE_DOPRNT$]) m4trace:configure.ac:932: -1- m4_pattern_allow([^HAVE_SYS_UTSNAME_H$]) m4trace:configure.ac:932: -1- m4_pattern_allow([^HAVE_UNAME$]) m4trace:configure.ac:933: -1- m4_pattern_allow([^HAVE_ELF_H$]) m4trace:configure.ac:936: -1- m4_pattern_allow([^HAVE_TERMIOS_H$]) m4trace:configure.ac:1000: -1- m4_pattern_allow([^libsvn_client_LDFLAGS$]) m4trace:configure.ac:1001: -1- m4_pattern_allow([^libsvn_delta_LDFLAGS$]) m4trace:configure.ac:1002: -1- m4_pattern_allow([^libsvn_diff_LDFLAGS$]) m4trace:configure.ac:1003: -1- m4_pattern_allow([^libsvn_fs_LDFLAGS$]) m4trace:configure.ac:1004: -1- m4_pattern_allow([^libsvn_fs_base_LDFLAGS$]) m4trace:configure.ac:1005: -1- m4_pattern_allow([^libsvn_fs_fs_LDFLAGS$]) m4trace:configure.ac:1006: -1- m4_pattern_allow([^libsvn_fs_util_LDFLAGS$]) m4trace:configure.ac:1007: -1- m4_pattern_allow([^libsvn_ra_LDFLAGS$]) m4trace:configure.ac:1008: -1- m4_pattern_allow([^libsvn_ra_local_LDFLAGS$]) m4trace:configure.ac:1009: -1- m4_pattern_allow([^libsvn_ra_serf_LDFLAGS$]) m4trace:configure.ac:1010: -1- m4_pattern_allow([^libsvn_ra_svn_LDFLAGS$]) m4trace:configure.ac:1011: -1- m4_pattern_allow([^libsvn_repos_LDFLAGS$]) m4trace:configure.ac:1012: -1- m4_pattern_allow([^libsvn_subr_LDFLAGS$]) m4trace:configure.ac:1013: -1- m4_pattern_allow([^libsvn_wc_LDFLAGS$]) m4trace:configure.ac:1014: -1- m4_pattern_allow([^shared_only_LDFLAGS$]) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Werror=implicit-function-declaration]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Werror=implicit-function-declaration], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Werror=declaration-after-statement]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Werror=declaration-after-statement], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wextra-tokens]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wextra-tokens], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wnewline-eof]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wnewline-eof], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wshorten-64-to-32]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wshorten-64-to-32], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wold-style-definition]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wold-style-definition], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wno-system-headers]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wno-system-headers], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wno-format-nonliteral]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wno-format-nonliteral], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wmissing-variable-declarations]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wmissing-variable-declarations], [], []) m4trace:configure.ac:1017: -1- SVN_CFLAGS_ADD_IFELSE([-Wno-unused-const-variable]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wno-unused-const-variable], [], []) m4trace:configure.ac:1017: -1- SVN_CXXFLAGS_ADD_IFELSE([-Wextra-tokens]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Wextra-tokens], [], []) m4trace:configure.ac:1017: -1- SVN_CXXFLAGS_ADD_IFELSE([-Wnewline-eof]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Wnewline-eof], [], []) m4trace:configure.ac:1017: -1- SVN_CXXFLAGS_ADD_IFELSE([-Wshorten-64-to-32]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Wshorten-64-to-32], [], []) m4trace:configure.ac:1017: -1- SVN_CXXFLAGS_ADD_IFELSE([-Wno-system-headers]) m4trace:configure.ac:1017: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Wno-system-headers], [], []) m4trace:configure.ac:1092: -1- SVN_CFLAGS_ADD_IFELSE([-fno-inline]) m4trace:configure.ac:1092: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-fno-inline], [], []) m4trace:configure.ac:1093: -1- SVN_CFLAGS_ADD_IFELSE([-fno-omit-frame-pointer]) m4trace:configure.ac:1093: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-fno-omit-frame-pointer], [], []) m4trace:configure.ac:1094: -1- SVN_CFLAGS_ADD_IFELSE([-g3], [], [ SVN_CFLAGS_ADD_IFELSE([-g2],[],[ SVN_CFLAGS_ADD_IFELSE([-g])])]) m4trace:configure.ac:1094: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-g3], [], [ SVN_CFLAGS_ADD_IFELSE([-g2],[],[ SVN_CFLAGS_ADD_IFELSE([-g])])]) m4trace:configure.ac:1094: -1- SVN_CFLAGS_ADD_IFELSE([-g2], [], [ SVN_CFLAGS_ADD_IFELSE([-g])]) m4trace:configure.ac:1094: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-g2], [], [ SVN_CFLAGS_ADD_IFELSE([-g])]) m4trace:configure.ac:1094: -1- SVN_CFLAGS_ADD_IFELSE([-g]) m4trace:configure.ac:1094: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-g], [], []) m4trace:configure.ac:1101: -1- SVN_CXXFLAGS_ADD_IFELSE([-fno-inline]) m4trace:configure.ac:1101: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-fno-inline], [], []) m4trace:configure.ac:1102: -1- SVN_CXXFLAGS_ADD_IFELSE([-fno-omit-frame-pointer]) m4trace:configure.ac:1102: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-fno-omit-frame-pointer], [], []) m4trace:configure.ac:1103: -1- SVN_CXXFLAGS_ADD_IFELSE([-g3], [], [ SVN_CXXFLAGS_ADD_IFELSE([-g2],[],[ SVN_CXXFLAGS_ADD_IFELSE([-g])])]) m4trace:configure.ac:1103: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-g3], [], [ SVN_CXXFLAGS_ADD_IFELSE([-g2],[],[ SVN_CXXFLAGS_ADD_IFELSE([-g])])]) m4trace:configure.ac:1103: -1- SVN_CXXFLAGS_ADD_IFELSE([-g2], [], [ SVN_CXXFLAGS_ADD_IFELSE([-g])]) m4trace:configure.ac:1103: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-g2], [], [ SVN_CXXFLAGS_ADD_IFELSE([-g])]) m4trace:configure.ac:1103: -1- SVN_CXXFLAGS_ADD_IFELSE([-g]) m4trace:configure.ac:1103: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-g], [], []) m4trace:configure.ac:1128: -1- SVN_CFLAGS_ADD_IFELSE([-O1], [], [ SVN_CFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1128: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O1], [], [ SVN_CFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1128: -1- SVN_CFLAGS_ADD_IFELSE([-O]) m4trace:configure.ac:1128: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O], [], []) m4trace:configure.ac:1132: -1- SVN_CFLAGS_ADD_IFELSE([-O3], [], [ SVN_CFLAGS_ADD_IFELSE([-O2],[],[ SVN_CFLAGS_ADD_IFELSE([-O1],[],[ SVN_CFLAGS_ADD_IFELSE([-O])])])]) m4trace:configure.ac:1132: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O3], [], [ SVN_CFLAGS_ADD_IFELSE([-O2],[],[ SVN_CFLAGS_ADD_IFELSE([-O1],[],[ SVN_CFLAGS_ADD_IFELSE([-O])])])]) m4trace:configure.ac:1132: -1- SVN_CFLAGS_ADD_IFELSE([-O2], [], [ SVN_CFLAGS_ADD_IFELSE([-O1],[],[ SVN_CFLAGS_ADD_IFELSE([-O])])]) m4trace:configure.ac:1132: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O2], [], [ SVN_CFLAGS_ADD_IFELSE([-O1],[],[ SVN_CFLAGS_ADD_IFELSE([-O])])]) m4trace:configure.ac:1132: -1- SVN_CFLAGS_ADD_IFELSE([-O1], [], [ SVN_CFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1132: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O1], [], [ SVN_CFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1132: -1- SVN_CFLAGS_ADD_IFELSE([-O]) m4trace:configure.ac:1132: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-O], [], []) m4trace:configure.ac:1136: -1- SVN_CFLAGS_ADD_IFELSE([-Wno-clobbered]) m4trace:configure.ac:1136: -1- _SVN_XXFLAGS_ADD_IFELSE([C], [CC], [CFLAGS], [[int main(void){return 0;}]], [-Wno-clobbered], [], []) m4trace:configure.ac:1143: -1- SVN_CXXFLAGS_ADD_IFELSE([-O1], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1143: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O1], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1143: -1- SVN_CXXFLAGS_ADD_IFELSE([-O]) m4trace:configure.ac:1143: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O], [], []) m4trace:configure.ac:1147: -1- SVN_CXXFLAGS_ADD_IFELSE([-O3], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O2],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O1],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O])])])]) m4trace:configure.ac:1147: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O3], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O2],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O1],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O])])])]) m4trace:configure.ac:1147: -1- SVN_CXXFLAGS_ADD_IFELSE([-O2], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O1],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O])])]) m4trace:configure.ac:1147: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O2], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O1],[],[ SVN_CXXFLAGS_ADD_IFELSE([-O])])]) m4trace:configure.ac:1147: -1- SVN_CXXFLAGS_ADD_IFELSE([-O1], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1147: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O1], [], [ SVN_CXXFLAGS_ADD_IFELSE([-O])]) m4trace:configure.ac:1147: -1- SVN_CXXFLAGS_ADD_IFELSE([-O]) m4trace:configure.ac:1147: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-O], [], []) m4trace:configure.ac:1151: -1- SVN_CXXFLAGS_ADD_IFELSE([-Wno-clobbered]) m4trace:configure.ac:1151: -1- _SVN_XXFLAGS_ADD_IFELSE([C++], [CXX], [CXXFLAGS], [[int main(){}]], [-Wno-clobbered], [], []) m4trace:configure.ac:1173: -1- m4_pattern_allow([^SVN_DISABLE_FULL_VERSION_MATCH$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^SVN_CLIENT_EDITOR$]) m4trace:configure.ac:1201: -1- SVN_LIB_Z m4trace:configure.ac:1201: -1- m4_pattern_allow([^HAVE_ZLIB_H$]) m4trace:configure.ac:1201: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$zlib_prefix/lib]) m4trace:configure.ac:1201: -1- SVN_ZLIB_PKG_CONFIG([]) m4trace:configure.ac:1201: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SVN_ZLIB_LIBS]) m4trace:configure.ac:1201: -1- m4_pattern_allow([^SVN_ZLIB_INCLUDES$]) m4trace:configure.ac:1201: -1- m4_pattern_allow([^SVN_ZLIB_LIBS$]) m4trace:configure.ac:1203: -1- SVN_LZ4 m4trace:configure.ac:1203: -1- m4_pattern_allow([^SVN_INTERNAL_LZ4$]) m4trace:configure.ac:1203: -1- SVN_LZ4_STD m4trace:configure.ac:1203: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SVN_LZ4_LIBS]) m4trace:configure.ac:1203: -1- SVN_LZ4_PREFIX m4trace:configure.ac:1203: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$lz4_prefix/lib]) m4trace:configure.ac:1203: -1- m4_pattern_allow([^SVN_LZ4_INCLUDES$]) m4trace:configure.ac:1203: -1- m4_pattern_allow([^SVN_LZ4_LIBS$]) m4trace:configure.ac:1205: -1- SVN_UTF8PROC m4trace:configure.ac:1205: -1- m4_pattern_allow([^SVN_INTERNAL_UTF8PROC$]) m4trace:configure.ac:1205: -1- SVN_UTF8PROC_STD m4trace:configure.ac:1205: -1- SVN_UTF8PROC_PREFIX m4trace:configure.ac:1205: -1- SVN_REMOVE_STANDARD_LIB_DIRS([-L$utf8proc_prefix/lib]) m4trace:configure.ac:1205: -1- m4_pattern_allow([^SVN_UTF8PROC_INCLUDES$]) m4trace:configure.ac:1205: -1- m4_pattern_allow([^SVN_UTF8PROC_LIBS$]) m4trace:configure.ac:1219: -1- m4_pattern_allow([^MOD_ACTIVATION$]) m4trace:configure.ac:1224: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from... configure.ac:1224: the top level]) m4trace:configure.ac:1287: -1- m4_pattern_allow([^PYTHON$]) m4trace:configure.ac:1292: -1- SVN_CHECK_JDK([$JAVA_OLDEST_WORKING_VER]) m4trace:configure.ac:1292: -1- SVN_FIND_JDK([check], [$JAVA_OLDEST_WORKING_VER]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JDK$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVA$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_COMPAT_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVADOC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAH$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAR$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JNI_INCLUDES$]) m4trace:configure.ac:1292: -1- SVN_FIND_JDK([$withval], [$JAVA_OLDEST_WORKING_VER]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JDK$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVA$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_COMPAT_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVADOC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAH$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAR$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JNI_INCLUDES$]) m4trace:configure.ac:1292: -1- SVN_FIND_JDK([check], [$JAVA_OLDEST_WORKING_VER]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JDK$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVA$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAC_COMPAT_FLAGS$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVADOC$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAVAH$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JAR$]) m4trace:configure.ac:1292: -1- m4_pattern_allow([^JNI_INCLUDES$]) m4trace:configure.ac:1294: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:1297: -1- m4_pattern_allow([^RUBY$]) m4trace:configure.ac:1299: -1- m4_pattern_allow([^RUBY$]) m4trace:configure.ac:1306: -1- m4_pattern_allow([^RDOC$]) m4trace:configure.ac:1308: -1- m4_pattern_allow([^RDOC$]) m4trace:configure.ac:1325: -1- m4_pattern_allow([^RUBY_MAJOR$]) m4trace:configure.ac:1326: -1- m4_pattern_allow([^RUBY_MINOR$]) m4trace:configure.ac:1327: -1- m4_pattern_allow([^RUBY_TEENY$]) m4trace:configure.ac:1344: -1- SVN_CHECK_SWIG m4trace:configure.ac:1344: -1- SVN_FIND_SWIG([no]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_python_libs]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SWIG_PL_LINK]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c90]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_ruby_libs]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c90]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_RB_ERRINFO$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_LIB_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_ARCH_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_TEST_VERBOSE$]) m4trace:configure.ac:1344: -1- SVN_FIND_SWIG([required]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_python_libs]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SWIG_PL_LINK]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c90]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_ruby_libs]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c90]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_RB_ERRINFO$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_LIB_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_ARCH_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_TEST_VERBOSE$]) m4trace:configure.ac:1344: -1- SVN_FIND_SWIG([$withval]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_python_libs]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SWIG_PL_LINK]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c90]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_ruby_libs]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c90]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_RB_ERRINFO$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_LIB_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_ARCH_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_TEST_VERBOSE$]) m4trace:configure.ac:1344: -1- SVN_FIND_SWIG([check]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_python_libs]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$SWIG_PL_LINK]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([SWIG_RB_COMPILE], [-std=c90]) m4trace:configure.ac:1344: -1- SVN_REMOVE_STANDARD_LIB_DIRS([$ac_cv_ruby_libs]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-ansi]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c89]) m4trace:configure.ac:1344: -1- SVN_STRIP_FLAG([CFLAGS], [-std=c90]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_RB_ERRINFO$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PY_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_PL_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LINK$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_LIBS$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_INCLUDES$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_COMPILE$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_LIB_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_SITE_ARCH_DIR$]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^SWIG_RB_TEST_VERBOSE$]) m4trace:configure.ac:1345: -1- m4_pattern_allow([^SWIG_FEATURES$]) m4trace:configure.ac:1346: -1- m4_pattern_allow([^SWIG_RB_FEATURES$]) m4trace:configure.ac:1347: -1- m4_pattern_allow([^SWIG_PL_FEATURES$]) m4trace:configure.ac:1348: -1- m4_pattern_allow([^SWIG_PY_FEATURES$]) m4trace:configure.ac:1350: -1- SVN_CHECK_CTYPESGEN m4trace:configure.ac:1350: -1- SVN_FIND_CTYPESGEN([no]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- SVN_FIND_CTYPESGEN([check]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- SVN_FIND_CTYPESGEN([$withval]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- SVN_FIND_CTYPESGEN([check]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1350: -1- m4_pattern_allow([^CTYPESGEN$]) m4trace:configure.ac:1353: -1- m4_pattern_allow([^SVN_USE_DSO$]) m4trace:configure.ac:1353: -1- m4_pattern_allow([^SVN_DSO_SUFFIX_FMT$]) m4trace:configure.ac:1353: -1- m4_pattern_allow([^SVN_DSO_SUFFIX_FMT$]) m4trace:configure.ac:1382: -1- m4_pattern_allow([^SVN_LIBSVN_RA_LINKS_RA_LOCAL$]) m4trace:configure.ac:1388: -1- m4_pattern_allow([^SVN_LIBSVN_RA_LINKS_RA_SVN$]) m4trace:configure.ac:1394: -1- m4_pattern_allow([^SVN_LIBSVN_RA_LINKS_RA_SERF$]) m4trace:configure.ac:1405: -1- m4_pattern_allow([^SVN_LIBSVN_FS_LINKS_FS_FS$]) m4trace:configure.ac:1411: -1- m4_pattern_allow([^SVN_LIBSVN_FS_LINKS_FS_X$]) m4trace:configure.ac:1419: -1- m4_pattern_allow([^SVN_LIBSVN_FS_LINKS_FS_BASE$]) m4trace:configure.ac:1431: -1- m4_pattern_allow([^SVN_RA_LIB_DEPS$]) m4trace:configure.ac:1432: -1- m4_pattern_allow([^SVN_RA_LIB_INSTALL_DEPS$]) m4trace:configure.ac:1433: -1- m4_pattern_allow([^SVN_RA_LIB_LINK$]) m4trace:configure.ac:1434: -1- m4_pattern_allow([^SVN_FS_LIB_DEPS$]) m4trace:configure.ac:1435: -1- m4_pattern_allow([^SVN_FS_LIB_INSTALL_DEPS$]) m4trace:configure.ac:1436: -1- m4_pattern_allow([^SVN_FS_LIB_LINK$]) m4trace:configure.ac:1463: -1- AX_BOOST_BASE([1.58], [ if test "$do_svnxx_test_build" = "yes"; then AX_BOOST_UNIT_TEST_FRAMEWORK fi ], [ if test "$do_svnxx_test_build" = "yes"; then AC_MSG_WARN([Tests for the C++ bindings require Boost and Boost.Test]) do_svnxx_test_build=no fi ]) m4trace:configure.ac:1463: -1- _AX_BOOST_BASE_RUNDETECT([1.58], [ if test "$do_svnxx_test_build" = "yes"; then AX_BOOST_UNIT_TEST_FRAMEWORK fi ], [ if test "$do_svnxx_test_build" = "yes"; then AC_MSG_WARN([Tests for the C++ bindings require Boost and Boost.Test]) do_svnxx_test_build=no fi ]) m4trace:configure.ac:1463: -1- _AX_BOOST_BASE_TONUMERICVERSION([WANT_BOOST_VERSION], [1.58]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^HAVE_BOOST$]) m4trace:configure.ac:1463: -1- AX_BOOST_UNIT_TEST_FRAMEWORK m4trace:configure.ac:1463: -1- m4_pattern_allow([^HAVE_BOOST_UNIT_TEST_FRAMEWORK$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^BOOST_UNIT_TEST_FRAMEWORK_LIB$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^BOOST_UNIT_TEST_FRAMEWORK_LIB$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^BOOST_UNIT_TEST_FRAMEWORK_LIB$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^BOOST_CPPFLAGS$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^BOOST_LDFLAGS$]) m4trace:configure.ac:1498: -1- m4_pattern_allow([^SVN_BUILD_SVNXX$]) m4trace:configure.ac:1499: -1- m4_pattern_allow([^SVN_BUILD_SVNXX_TESTS$]) m4trace:configure.ac:1555: -1- m4_pattern_allow([^INSTALL_EXTRA_JAVAHL_LIB$]) m4trace:configure.ac:1556: -1- m4_pattern_allow([^JAVAHL_OBJDIR$]) m4trace:configure.ac:1557: -1- m4_pattern_allow([^FIX_JAVAHL_LIB$]) m4trace:configure.ac:1558: -1- m4_pattern_allow([^LT_CXX_LIBADD$]) m4trace:configure.ac:1574: -1- m4_pattern_allow([^JAVA_CLASSPATH$]) m4trace:configure.ac:1575: -1- m4_pattern_allow([^JAVAHL_TESTS_TARGET$]) m4trace:configure.ac:1576: -1- m4_pattern_allow([^JAVAHL_COMPAT_TESTS_TARGET$]) m4trace:configure.ac:1585: -1- SVN_STRIP_FLAG([CPPFLAGS], [-no-cpp-precomp ]) m4trace:configure.ac:1589: -1- m4_pattern_allow([^SVN_PATH_LOCAL_SEPARATOR$]) m4trace:configure.ac:1592: -1- m4_pattern_allow([^SVN_NULL_DEVICE_NAME$]) m4trace:configure.ac:1596: -1- m4_pattern_allow([^DEFAULT_FS_TYPE$]) m4trace:configure.ac:1600: -1- m4_pattern_allow([^DEFAULT_HTTP_LIBRARY$]) m4trace:configure.ac:1614: -1- m4_pattern_allow([^INCLUDE_OUTPUTS$]) m4trace:configure.ac:1635: -1- SVN_CONFIG_SCRIPT([tools/backup/hot-backup.py]) m4trace:configure.ac:1636: -1- SVN_CONFIG_SCRIPT([tools/hook-scripts/commit-access-control.pl]) m4trace:configure.ac:1637: -1- SVN_CONFIG_SCRIPT([subversion/bindings/swig/perl/native/Makefile.PL]) m4trace:configure.ac:1639: -1- SVN_CONFIG_SCRIPT([packages/solaris/pkginfo]) m4trace:configure.ac:1641: -1- m4_pattern_allow([^SVN_CONFIG_SCRIPT_FILES$]) m4trace:configure.ac:1647: -1- m4_pattern_allow([^SVN_BUILD_HOST$]) m4trace:configure.ac:1651: -1- m4_pattern_allow([^SVN_BUILD_TARGET$]) m4trace:configure.ac:1654: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:1654: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.ac:1654: -1- _LT_PROG_LTMAIN