m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/gettext.m4:55: -1- AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [errprint([ERROR: Use of AM_GNU_GETTEXT without [external] argument is no longer supported. ])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], [no], [yes])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is not documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl In GNU gettext we have to set BUILD_INCLUDED_LIBINTL to 'yes' dnl because some of the testsuite requires it. BUILD_INCLUDED_LIBINTL=yes dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/gettext.m4:375: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/gettext.m4:382: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/gettext.m4:386: -1- AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], []) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/host-cpu-c-abi.m4:50: -1- AC_DEFUN([gl_HOST_CPU_C_ABI], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_C_ASM]) AC_CACHE_CHECK([host CPU and C ABI], [gl_cv_host_cpu_c_abi], [case "$host_cpu" in changequote(,)dnl i[4567]86 ) changequote([,])dnl gl_cv_host_cpu_c_abi=i386 ;; x86_64 ) # On x86_64 systems, the C compiler may be generating code in one of # these ABIs: # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 # with native Windows (mingw, MSVC). # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if (defined __x86_64__ || defined __amd64__ \ || defined _M_X64 || defined _M_AMD64) int ok; #else error fail #endif ]])], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __ILP32__ || defined _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=x86_64-x32], [gl_cv_host_cpu_c_abi=x86_64])], [gl_cv_host_cpu_c_abi=i386]) ;; changequote(,)dnl alphaev[4-8] | alphaev56 | alphapca5[67] | alphaev6[78] ) changequote([,])dnl gl_cv_host_cpu_c_abi=alpha ;; arm* | aarch64 ) # Assume arm with EABI. # On arm64 systems, the C compiler may be generating code in one of # these ABIs: # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64. # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef __aarch64__ int ok; #else error fail #endif ]])], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __ILP32__ || defined _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=arm64-ilp32], [gl_cv_host_cpu_c_abi=arm64])], [# Don't distinguish little-endian and big-endian arm, since they # don't require different machine code for simple operations and # since the user can distinguish them through the preprocessor # defines __ARMEL__ vs. __ARMEB__. # But distinguish arm which passes floating-point arguments and # return values in integer registers (r0, r1, ...) - this is # gcc -mfloat-abi=soft or gcc -mfloat-abi=softfp - from arm which # passes them in float registers (s0, s1, ...) and double registers # (d0, d1, ...) - this is gcc -mfloat-abi=hard. GCC 4.6 or newer # sets the preprocessor defines __ARM_PCS (for the first case) and # __ARM_PCS_VFP (for the second case), but older GCC does not. echo 'double ddd; void func (double dd) { ddd = dd; }' > conftest.c # Look for a reference to the register d0 in the .s file. AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1 if LC_ALL=C grep 'd0,' conftest.$gl_asmext >/dev/null; then gl_cv_host_cpu_c_abi=armhf else gl_cv_host_cpu_c_abi=arm fi rm -f conftest* ]) ;; hppa1.0 | hppa1.1 | hppa2.0* | hppa64 ) # On hppa, the C compiler may be generating 32-bit code or 64-bit # code. In the latter case, it defines _LP64 and __LP64__. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef __LP64__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=hppa64], [gl_cv_host_cpu_c_abi=hppa]) ;; ia64* ) # On ia64 on HP-UX, the C compiler may be generating 64-bit code or # 32-bit code. In the latter case, it defines _ILP32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=ia64-ilp32], [gl_cv_host_cpu_c_abi=ia64]) ;; mips* ) # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this # at 32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined _MIPS_SZLONG && (_MIPS_SZLONG == 64) int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=mips64], [# In the n32 ABI, _ABIN32 is defined, _ABIO32 is not defined (but # may later get defined by ), and _MIPS_SIM == _ABIN32. # In the 32 ABI, _ABIO32 is defined, _ABIN32 is not defined (but # may later get defined by ), and _MIPS_SIM == _ABIO32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if (_MIPS_SIM == _ABIN32) int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=mipsn32], [gl_cv_host_cpu_c_abi=mips])]) ;; powerpc* ) # Different ABIs are in use on AIX vs. Mac OS X vs. Linux,*BSD. # No need to distinguish them here; the caller may distinguish # them based on the OS. # On powerpc64 systems, the C compiler may still be generating # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may # be generating 64-bit code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __powerpc64__ || defined _ARCH_PPC64 int ok; #else error fail #endif ]])], [# On powerpc64, there are two ABIs on Linux: The AIX compatible # one and the ELFv2 one. The latter defines _CALL_ELF=2. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined _CALL_ELF && _CALL_ELF == 2 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=powerpc64-elfv2], [gl_cv_host_cpu_c_abi=powerpc64]) ], [gl_cv_host_cpu_c_abi=powerpc]) ;; rs6000 ) gl_cv_host_cpu_c_abi=powerpc ;; riscv32 | riscv64 ) # There are 2 architectures (with variants): rv32* and rv64*. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if __riscv_xlen == 64 int ok; #else error fail #endif ]])], [cpu=riscv64], [cpu=riscv32]) # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d. # Size of 'long' and 'void *': AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __LP64__ int ok; #else error fail #endif ]])], [main_abi=lp64], [main_abi=ilp32]) # Float ABIs: # __riscv_float_abi_double: # 'float' and 'double' are passed in floating-point registers. # __riscv_float_abi_single: # 'float' are passed in floating-point registers. # __riscv_float_abi_soft: # No values are passed in floating-point registers. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __riscv_float_abi_double int ok; #else error fail #endif ]])], [float_abi=d], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __riscv_float_abi_single int ok; #else error fail #endif ]])], [float_abi=f], [float_abi='']) ]) gl_cv_host_cpu_c_abi="${cpu}-${main_abi}${float_abi}" ;; s390* ) # On s390x, the C compiler may be generating 64-bit (= s390x) code # or 31-bit (= s390) code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __LP64__ || defined __s390x__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=s390x], [gl_cv_host_cpu_c_abi=s390]) ;; sparc | sparc64 ) # UltraSPARCs running Linux have `uname -m` = "sparc64", but the # C compiler still generates 32-bit code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __sparcv9 || defined __arch64__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=sparc64], [gl_cv_host_cpu_c_abi=sparc]) ;; *) gl_cv_host_cpu_c_abi="$host_cpu" ;; esac ]) dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same. HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'` HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi" AC_SUBST([HOST_CPU]) AC_SUBST([HOST_CPU_C_ABI]) # This was # AC_DEFINE_UNQUOTED([__${HOST_CPU}__]) # AC_DEFINE_UNQUOTED([__${HOST_CPU_C_ABI}__]) # earlier, but KAI C++ 3.2d doesn't like this. sed -e 's/-/_/g' >> confdefs.h < #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif ]], [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ { /* Try standardized names. */ iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); /* Try IRIX, OSF/1 names. */ iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); /* Try AIX names. */ iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); /* Try HP-UX names. */ iconv_t cd4 = iconv_open ("utf8", "eucJP"); if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) result |= 16; if (cd1 != (iconv_t)(-1)) iconv_close (cd1); if (cd2 != (iconv_t)(-1)) iconv_close (cd2); if (cd3 != (iconv_t)(-1)) iconv_close (cd3); if (cd4 != (iconv_t)(-1)) iconv_close (cd4); } return result; ]])], [am_cv_func_iconv_works=yes], , [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/iconv.m4:246: -1- AC_DEFUN_ONCE([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) else dnl When compiling GNU libiconv on a system that does not have iconv yet, dnl pick the POSIX compliant declaration without 'const'. am_cv_proto_iconv_arg1="" fi AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated . m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/intlmacosx.m4:18: -1- AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in Mac OS X 10.4. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFPreferencesCopyAppValue(NULL, NULL)]])], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in Mac OS X 10.5. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFLocaleCopyCurrent();]])], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi AC_CACHE_CHECK([for CFLocaleCopyPreferredLanguages], [gt_cv_func_CFLocaleCopyPreferredLanguages], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFLocaleCopyPreferredLanguages();]])], [gt_cv_func_CFLocaleCopyPreferredLanguages=yes], [gt_cv_func_CFLocaleCopyPreferredLanguages=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then AC_DEFINE([HAVE_CFLOCALECOPYPREFERREDLANGUAGES], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyPreferredLanguages in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes \ || test $gt_cv_func_CFLocaleCopyCurrent = yes \ || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-ld.m4:12: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 /dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi if test -n "$LD"; then AC_MSG_CHECKING([for ld]) elif test "$GCC" = yes; then AC_MSG_CHECKING([for ld used by $CC]) elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi if test -n "$LD"; then # Let the user override the test with a path. : else AC_CACHE_VAL([acl_cv_path_LD], [ acl_cv_path_LD= # Final result of this test ac_prog=ld # Program to search in $PATH if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) acl_output=`($CC -print-prog-name=ld) 2>&5` ;; esac case $acl_output in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'` while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do acl_output=`echo $acl_output | sed "s%$re_direlt%/%"` done # Got the pathname. No search in PATH is needed. acl_cv_path_LD="$acl_output" ac_prog= ;; "") # If it fails, then pretend we aren't using GCC. ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac fi if test -n "$ac_prog"; then # Search for $ac_prog in $PATH. acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_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 `"$acl_cv_path_LD" -v 2>&1 conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-link.m4:161: -1- AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-link.m4:181: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(PACK[-prefix], [[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && test ! -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-link.m4:681: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-link.m4:705: -1- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-prefix.m4:15: -1- AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH([lib-prefix], [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-prefix.m4:115: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-prefix.m4:138: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lib-prefix.m4:155: -1- AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_HOST_CPU_C_ABI_32BIT]) case "$host_os" in solaris*) AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef _LP64 int ok; #else error fail #endif ]])], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]);; esac dnl Allow the user to override the result by setting acl_cv_libdirstems. AC_CACHE_CHECK([for the common suffixes of directories in the library search path], [acl_cv_libdirstems], [acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) dnl If $CC generates code for a 32-bit ABI, the libraries are dnl surely under $prefix/lib, not $prefix/lib64. if test "$HOST_CPU_C_ABI_32BIT" != yes; then dnl The result is a property of the system. However, non-system dnl compilers sometimes have odd library search paths. Therefore dnl prefer asking /usr/bin/gcc, if available, rather than $CC. searchpath=`(if test -f /usr/bin/gcc \ && LC_ALL=C /usr/bin/gcc -print-search-dirs >/dev/null 2>/dev/null; then \ LC_ALL=C /usr/bin/gcc -print-search-dirs; \ else \ LC_ALL=C $CC -print-search-dirs; \ fi) 2>/dev/null \ | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" acl_cv_libdirstems="$acl_libdirstem,$acl_libdirstem2" ]) # Decompose acl_cv_libdirstems into acl_libdirstem and acl_libdirstem2. acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e '/,/s/.*,//'` ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:39: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_PROG_LTMAIN]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:68: -1- AC_DEFUN([LT_AC_PROG_SED]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:69: -1- AC_DEFUN([_LT_CC_BASENAME]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:70: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:95: -1- AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_ECHO_BACKSLASH]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-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/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/nls.m4:23: -1- AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:58: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:92: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:121: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:139: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $2]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:208: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl _save_PKG_CONFIG=$PKG_CONFIG PKG_CONFIG="$PKG_CONFIG --static" PKG_CHECK_MODULES($@) PKG_CONFIG=$_save_PKG_CONFIG[]dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:226: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:248: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/pkg.m4:267: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AC_PROG_SED])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.20]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Test whether it is GNU msgmerge >= 0.20. if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' else dnl Test whether it is GNU msgmerge >= 0.12. if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet' else dnl With these old versions, $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) is dnl slow. But this is not a big problem, as such old gettext versions are dnl hardly in use any more. MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet' fi fi AC_SUBST([MSGMERGE_FOR_MSGFMT_OPTION]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. OBSOLETE_ALL_LINGUAS="$ALL_LINGUAS" # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) m4trace:/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/e2fsprogs/1.45.4-r0/recipe-sysroot-native/usr/share/aclocal/po.m4:219: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" tab=`printf '\t'` if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" </dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) m4trace:acinclude.m4:20: -1- AC_DEFUN([AX_TLS], [ AC_MSG_CHECKING(for thread local storage (TLS) class) AC_CACHE_VAL(ac_cv_tls, [ ax_tls_keywords="__thread __declspec(thread) none" for ax_tls_keyword in $ax_tls_keywords; do case $ax_tls_keyword in none) ac_cv_tls=none ; break ;; *) AC_TRY_COMPILE( [#include static void foo(void) { static ] $ax_tls_keyword [ int bar; exit(1); }], [], [ac_cv_tls=$ax_tls_keyword ; break], ac_cv_tls=none ) esac done ]) if test "$ac_cv_tls" != "none"; then dnl AC_DEFINE([TLS], [], [If the compiler supports a TLS storage class define it to that here]) AC_DEFINE_UNQUOTED([TLS], $ac_cv_tls, [If the compiler supports a TLS storage class define it to that here]) fi AC_MSG_RESULT($ac_cv_tls) ]) m4trace:acinclude.m4:107: -1- AC_DEFUN([CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command, _cv_gnu_make_command='' ; dnl Search all the common names for GNU make if test -n "$FORCE_NATIVE_MAKE" ; then MAKES="make" else MAKES="make gmake gnumake" fi for a in "$MAKE" $MAKES ; do if test -z "$a" ; then continue ; fi ; if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then _cv_gnu_make_command=$a ; break; fi done ; ) ; dnl If there was a GNU version, then set @ifGNUmake@ to the empty string, '#' otherwise if test "x$_cv_gnu_make_command" != "x" ; then ifGNUmake='' ; ifNotGNUmake='#' ; else ifGNUmake='#' ; ifNotGNUmake='' ; AC_MSG_RESULT("Not found"); fi AC_SUBST(ifGNUmake) AC_SUBST(ifNotGNUmake) ]) m4trace:acinclude.m4:158: -1- AC_DEFUN([AX_CHECK_MOUNT_OPT], [__AX_CHECK_MOUNT_OPT(m4_tolower([$1]),m4_toupper([$1]))]) m4trace:acinclude.m4:159: -1- AC_DEFUN([__AX_CHECK_MOUNT_OPT], [ AS_IF([test "x$ac_cv_header_sys_mount_h" = x], [AC_CHECK_HEADERS([sys/mount.h])]) AS_IF([test "x$ac_cv_header_sys_mount_h" = xno], [AC_MSG_FAILURE([error: sys/mount.h not present on your system!])]) AS_ECHO_N("checking for mount '$1' option... ") AC_TRY_COMPILE( [#include ], [void *temp = (void *)(MS_$2); (void) temp;], [AC_DEFINE(HAVE_MOUNT_$2, 1, [Define to 1 if mount supports $1.]) AS_VAR_SET(ac_cv_mount_$1, yes) AS_ECHO("yes")], [AC_TRY_COMPILE( [#include ], [void *temp = (void *)(MNT_$2); (void) temp;], [AC_DEFINE(HAVE_MOUNT_$2, 1, [Define to 1 if mount supports $1.]) AS_VAR_SET(ac_cv_mount_$1, yes) AS_ECHO("yes")], [AS_VAR_SET(ac_cv_mount_$1, no) AS_ECHO("no")] )] ) ]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:7: -1- m4_pattern_allow([^MCONFIG$]) m4trace:configure.ac:61: -1- m4_pattern_allow([^E2FSPROGS_YEAR$]) m4trace:configure.ac:62: -1- m4_pattern_allow([^E2FSPROGS_MONTH$]) m4trace:configure.ac:63: -1- m4_pattern_allow([^E2FSPROGS_DAY$]) m4trace:configure.ac:64: -1- m4_pattern_allow([^E2FSPROGS_VERSION$]) m4trace:configure.ac:65: -1- m4_pattern_allow([^E2FSPROGS_PKGVER$]) m4trace:configure.ac:66: -1- m4_pattern_allow([^E2FSPROGS_DATE$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:88: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^DLOPEN_LIB$]) m4trace:configure.ac:92: -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:92: the top level]) m4trace:configure.ac:96: -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:96: the top level]) m4trace:configure.ac:100: -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:100: the top level]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:103: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^RDYNAMIC$]) m4trace:configure.ac:108: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:108: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:108: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:126: -1- AC_PROG_EGREP m4trace:configure.ac:126: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_POSIX_SOURCE$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_POSIX_1_SOURCE$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_MINIX$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^__EXTENSIONS__$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_ALL_SOURCE$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^_TANDEM_SOURCE$]) m4trace:configure.ac:158: -1- m4_pattern_allow([^MAINTAINER_CMT$]) m4trace:configure.ac:176: -1- m4_pattern_allow([^LINK_INSTALL_FLAGS$]) m4trace:configure.ac:209: -1- m4_pattern_allow([^SYMLINK_RELATIVE$]) m4trace:configure.ac:227: -1- m4_pattern_allow([^LINK_BUILD_FLAGS$]) m4trace:configure.ac:251: -1- m4_pattern_allow([^E$]) m4trace:configure.ac:252: -1- m4_pattern_allow([^ES$]) m4trace:configure.ac:253: -1- m4_pattern_allow([^Q$]) m4trace:configure.ac:290: -1- m4_pattern_allow([^ELF_CMT$]) m4trace:configure.ac:291: -1- m4_pattern_allow([^MAKEFILE_ELF$]) m4trace:configure.ac:320: -1- m4_pattern_allow([^BSDLIB_CMT$]) m4trace:configure.ac:321: -1- m4_pattern_allow([^MAKEFILE_BSDLIB$]) m4trace:configure.ac:343: -1- m4_pattern_allow([^PROFILE_CMT$]) m4trace:configure.ac:344: -1- m4_pattern_allow([^MAKEFILE_PROFILE$]) m4trace:configure.ac:382: -1- m4_pattern_allow([^LIB_EXT$]) m4trace:configure.ac:383: -1- m4_pattern_allow([^STATIC_LIB_EXT$]) m4trace:configure.ac:384: -1- m4_pattern_allow([^PROFILED_LIB_EXT$]) m4trace:configure.ac:385: -1- m4_pattern_allow([^LDFLAG_DYNAMIC$]) m4trace:configure.ac:386: -1- m4_pattern_allow([^PRIVATE_LIBS_CMT$]) m4trace:configure.ac:396: -2- m4_pattern_allow([^CONFIG_JBD_DEBUG$]) m4trace:configure.ac:412: -2- m4_pattern_allow([^CONFIG_BLKID_DEBUG$]) m4trace:configure.ac:432: -2- m4_pattern_allow([^CONFIG_TESTIO_DEBUG$]) m4trace:configure.ac:437: -2- m4_pattern_allow([^CONFIG_TESTIO_DEBUG$]) m4trace:configure.ac:440: -1- m4_pattern_allow([^TEST_IO_CMT$]) m4trace:configure.ac:444: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:444: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:444: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:496: -1- m4_pattern_allow([^LIBUUID$]) m4trace:configure.ac:497: -1- m4_pattern_allow([^DEPLIBUUID$]) m4trace:configure.ac:498: -1- m4_pattern_allow([^STATIC_LIBUUID$]) m4trace:configure.ac:499: -1- m4_pattern_allow([^DEPSTATIC_LIBUUID$]) m4trace:configure.ac:500: -1- m4_pattern_allow([^PROFILED_LIBUUID$]) m4trace:configure.ac:501: -1- m4_pattern_allow([^DEPPROFILED_LIBUUID$]) m4trace:configure.ac:502: -1- m4_pattern_allow([^UUID_CMT$]) m4trace:configure.ac:506: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:506: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:506: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:537: -2- m4_pattern_allow([^CONFIG_BUILD_FINDFS$]) m4trace:configure.ac:557: -2- m4_pattern_allow([^CONFIG_BUILD_FINDFS$]) m4trace:configure.ac:561: -1- m4_pattern_allow([^LIBBLKID$]) m4trace:configure.ac:562: -1- m4_pattern_allow([^DEPLIBBLKID$]) m4trace:configure.ac:563: -1- m4_pattern_allow([^STATIC_LIBBLKID$]) m4trace:configure.ac:564: -1- m4_pattern_allow([^DEPSTATIC_LIBBLKID$]) m4trace:configure.ac:565: -1- m4_pattern_allow([^PROFILED_LIBBLKID$]) m4trace:configure.ac:566: -1- m4_pattern_allow([^DEPPROFILED_LIBBLKID$]) m4trace:configure.ac:567: -1- m4_pattern_allow([^BLKID_CMT$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^ALL_CMT$]) m4trace:configure.ac:585: -1- m4_pattern_allow([^SUBSET_CMT$]) m4trace:configure.ac:595: -2- m4_pattern_allow([^DISABLE_BACKTRACE$]) m4trace:configure.ac:619: -1- m4_pattern_allow([^DEBUGFS_CMT$]) m4trace:configure.ac:637: -1- m4_pattern_allow([^IMAGER_CMT$]) m4trace:configure.ac:655: -1- m4_pattern_allow([^RESIZER_CMT$]) m4trace:configure.ac:679: -1- m4_pattern_allow([^DEFRAG_CMT$]) m4trace:configure.ac:704: -1- m4_pattern_allow([^FSCK_PROG$]) m4trace:configure.ac:705: -1- m4_pattern_allow([^FSCK_MAN$]) m4trace:configure.ac:723: -1- m4_pattern_allow([^E2INITRD_PROG$]) m4trace:configure.ac:724: -1- m4_pattern_allow([^E2INITRD_MAN$]) m4trace:configure.ac:750: -1- AX_TLS m4trace:configure.ac:750: -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/general.m4:2025: AC_CACHE_VAL is expanded from... acinclude.m4:20: AX_TLS is expanded from... configure.ac:750: the top level]) m4trace:configure.ac:750: -1- m4_pattern_allow([^TLS$]) m4trace:configure.ac:768: -2- m4_pattern_allow([^USE_UUIDD$]) m4trace:configure.ac:756: -1- m4_pattern_allow([^USE_UUIDD$]) m4trace:configure.ac:778: -1- m4_pattern_allow([^UUIDD_CMT$]) m4trace:configure.ac:790: -2- m4_pattern_allow([^CONFIG_MMP$]) m4trace:configure.ac:794: -2- m4_pattern_allow([^CONFIG_MMP$]) m4trace:configure.ac:809: -2- m4_pattern_allow([^CONFIG_TDB$]) m4trace:configure.ac:815: -2- m4_pattern_allow([^CONFIG_TDB$]) m4trace:configure.ac:819: -1- m4_pattern_allow([^TDB_CMT$]) m4trace:configure.ac:820: -1- m4_pattern_allow([^TDB_MAN_COMMENT$]) m4trace:configure.ac:832: -2- m4_pattern_allow([^ENABLE_BMAP_STATS$]) m4trace:configure.ac:836: -2- m4_pattern_allow([^ENABLE_BMAP_STATS$]) m4trace:configure.ac:853: -2- m4_pattern_allow([^ENABLE_BMAP_STATS_OPS$]) m4trace:configure.ac:862: -1- m4_pattern_allow([^MAKEFILE_LIBRARY$]) m4trace:configure.ac:870: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:871: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:872: -1- m4_pattern_allow([^GETTEXT_PACKAGE$]) m4trace:configure.ac:873: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:874: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:876: -1- AM_GNU_GETTEXT([external]) m4trace:configure.ac:876: -1- AM_GNU_GETTEXT_NEED([]) m4trace:configure.ac:876: -1- AM_PO_SUBDIRS m4trace:configure.ac:876: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:876: -1- AC_PROG_MKDIR_P m4trace:configure.ac:876: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:876: -1- AC_PROG_SED m4trace:configure.ac:876: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:876: -1- AM_NLS m4trace:configure.ac:876: -1- m4_pattern_allow([^USE_NLS$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$]) m4trace:configure.ac:876: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.ac:876: -1- m4_pattern_allow([^MSGFMT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^GMSGFMT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^GMSGFMT_015$]) m4trace:configure.ac:876: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.ac:876: -1- m4_pattern_allow([^XGETTEXT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^XGETTEXT_015$]) m4trace:configure.ac:876: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:]) m4trace:configure.ac:876: -1- m4_pattern_allow([^MSGMERGE$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^MSGMERGE_FOR_MSGFMT_OPTION$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$]) m4trace:configure.ac:876: -1- AC_LIB_PREPARE_PREFIX m4trace:configure.ac:876: -1- AC_LIB_RPATH m4trace:configure.ac:876: -1- AC_LIB_PROG_LD m4trace:configure.ac:876: -1- AC_LIB_PROG_LD_GNU m4trace:configure.ac:876: -1- AM_ICONV_LINKFLAGS_BODY m4trace:configure.ac:876: -1- AC_LIB_LINKFLAGS_BODY([iconv]) m4trace:configure.ac:876: -1- AC_LIB_PREPARE_MULTILIB m4trace:configure.ac:876: -1- gl_HOST_CPU_C_ABI_32BIT m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- gt_INTL_MACOSX m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYPREFERREDLANGUAGES$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$]) m4trace:configure.ac:876: -1- AM_ICONV_LINK m4trace:configure.ac:876: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_ICONV$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^LIBICONV$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.ac:876: -1- AC_LIB_LINKFLAGS_BODY([intl]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- m4_pattern_allow([^ENABLE_NLS$]) m4trace:configure.ac:876: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) m4trace:configure.ac:876: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_GETTEXT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_DCGETTEXT$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^INTLLIBS$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^LIBINTL$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^LTLIBINTL$]) m4trace:configure.ac:876: -1- m4_pattern_allow([^POSUB$]) m4trace:configure.ac:878: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.ac:882: -1- m4_pattern_allow([^BINARY_TYPE$]) m4trace:configure.ac:883: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:884: -1- m4_pattern_allow([^ifGNUmake$]) m4trace:configure.ac:884: -1- m4_pattern_allow([^ifNotGNUmake$]) m4trace:configure.ac:885: -1- m4_pattern_allow([^LN$]) m4trace:configure.ac:886: -1- AC_PROG_MKDIR_P m4trace:configure.ac:887: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:888: -1- m4_pattern_allow([^MV$]) m4trace:configure.ac:889: -1- m4_pattern_allow([^CP$]) m4trace:configure.ac:890: -1- m4_pattern_allow([^RM$]) m4trace:configure.ac:891: -1- m4_pattern_allow([^CHMOD$]) m4trace:configure.ac:892: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:893: -1- AC_PROG_EGREP m4trace:configure.ac:893: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:894: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:895: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:896: -1- m4_pattern_allow([^LDCONFIG$]) m4trace:configure.ac:897: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:898: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:899: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:900: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:913: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:918: -1- m4_pattern_allow([^BUILD_CC$]) m4trace:configure.ac:920: -1- m4_pattern_allow([^BUILD_CC$]) m4trace:configure.ac:990: -1- m4_pattern_allow([^DD$]) m4trace:configure.ac:992: -1- m4_pattern_allow([^HAVE_NET_IF_H$]) m4trace:configure.ac:1001: -1- m4_pattern_allow([^HAVE_VPRINTF$]) m4trace:configure.ac:1001: -1- m4_pattern_allow([^HAVE_DOPRNT$]) m4trace:configure.ac:1004: -1- m4_pattern_allow([^HAVE_RECLEN_DIRENT$]) m4trace:configure.ac:1007: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_ATIM$]) m4trace:configure.ac:1009: -1- m4_pattern_allow([^HAVE_TYPE_SSIZE_T$]) m4trace:configure.ac:1016: -1- m4_pattern_allow([^HAVE_LLSEEK_PROTOTYPE$]) m4trace:configure.ac:1028: -1- m4_pattern_allow([^HAVE_LSEEK64_PROTOTYPE$]) m4trace:configure.ac:1036: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.ac:1037: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:1038: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:1039: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$]) m4trace:configure.ac:1040: -1- m4_pattern_allow([^SIZEOF_OFF_T$]) m4trace:configure.ac:1041: -1- m4_pattern_allow([^SIZEOF_TIME_T$]) m4trace:configure.ac:1048: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.ac:1049: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:1050: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:1051: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$]) m4trace:configure.ac:1052: -1- m4_pattern_allow([^SIZEOF_OFF_T$]) m4trace:configure.ac:1053: -1- m4_pattern_allow([^SIZEOF_TIME_T$]) m4trace:configure.ac:1054: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.ac:1054: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.ac:1061: -1- m4_pattern_allow([^ASM_TYPES_HEADER$]) m4trace:configure.ac:1080: -1- m4_pattern_allow([^PUBLIC_CONFIG_HEADER$]) m4trace:configure.ac:1084: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.ac:1085: -1- m4_pattern_allow([^HAVE_INTPTR_T$]) m4trace:configure.ac:1092: -2- _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... configure.ac:1092: the top level]) m4trace:configure.ac:1100: -2- _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... configure.ac:1100: the top level]) m4trace:configure.ac:1106: -1- m4_pattern_allow([^HAVE_STAT_FLAGS$]) m4trace:configure.ac:1114: -2- m4_pattern_allow([^HAVE_SA_LEN$]) m4trace:configure.ac:1124: -2- m4_pattern_allow([^HAVE_BLKID_PROBE_GET_TOPOLOGY$]) m4trace:configure.ac:1127: -2- m4_pattern_allow([^HAVE_BLKID_PROBE_ENABLE_PARTITIONS$]) m4trace:configure.ac:1204: -1- m4_pattern_allow([^SOCKET_LIB$]) m4trace:configure.ac:1208: -1- m4_pattern_allow([^HAVE_MAGIC_H$]) m4trace:configure.ac:1213: -1- m4_pattern_allow([^MAGIC_LIB$]) m4trace:configure.ac:1218: -1- m4_pattern_allow([^CLOCK_GETTIME_LIB$]) m4trace:configure.ac:1270: -1- m4_pattern_allow([^FUSE_LIB$]) m4trace:configure.ac:1271: -1- m4_pattern_allow([^FUSE_CMT$]) m4trace:configure.ac:1281: -1- m4_pattern_allow([^HAVE_OPTRESET$]) m4trace:configure.ac:1293: -3- m4_pattern_allow([^HAVE_SEM_INIT$]) m4trace:configure.ac:1296: -4- m4_pattern_allow([^HAVE_SEM_INIT$]) m4trace:configure.ac:1299: -5- m4_pattern_allow([^HAVE_SEM_INIT$]) m4trace:configure.ac:1302: -1- m4_pattern_allow([^SEM_INIT_LIB$]) m4trace:configure.ac:1313: -1- m4_pattern_allow([^UNI_DIFF_OPTS$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_EXT2_IOCTLS$]) m4trace:configure.ac:1325: -1- AX_CHECK_MOUNT_OPT([nosuid]) m4trace:configure.ac:1325: -1- __AX_CHECK_MOUNT_OPT([nosuid], [NOSUID]) m4trace:configure.ac:1325: -1- m4_pattern_allow([^HAVE_SYS_MOUNT_H$]) m4trace:configure.ac:1325: -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... acinclude.m4:159: __AX_CHECK_MOUNT_OPT is expanded from... acinclude.m4:158: AX_CHECK_MOUNT_OPT is expanded from... configure.ac:1325: the top level]) m4trace:configure.ac:1325: -1- m4_pattern_allow([^HAVE_MOUNT_NOSUID$]) m4trace:configure.ac:1325: -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/general.m4:2584: _AC_COMPILE_IFELSE is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2600: AC_COMPILE_IFELSE is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2608: AC_TRY_COMPILE is expanded from... acinclude.m4:159: __AX_CHECK_MOUNT_OPT is expanded from... acinclude.m4:158: AX_CHECK_MOUNT_OPT is expanded from... configure.ac:1325: the top level]) m4trace:configure.ac:1325: -1- m4_pattern_allow([^HAVE_MOUNT_NOSUID$]) m4trace:configure.ac:1326: -1- AX_CHECK_MOUNT_OPT([nodev]) m4trace:configure.ac:1326: -1- __AX_CHECK_MOUNT_OPT([nodev], [NODEV]) m4trace:configure.ac:1326: -1- m4_pattern_allow([^HAVE_SYS_MOUNT_H$]) m4trace:configure.ac:1326: -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... acinclude.m4:159: __AX_CHECK_MOUNT_OPT is expanded from... acinclude.m4:158: AX_CHECK_MOUNT_OPT is expanded from... configure.ac:1326: the top level]) m4trace:configure.ac:1326: -1- m4_pattern_allow([^HAVE_MOUNT_NODEV$]) m4trace:configure.ac:1326: -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/general.m4:2584: _AC_COMPILE_IFELSE is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2600: AC_COMPILE_IFELSE is expanded from... ../../../autoconf-2.69/lib/autoconf/general.m4:2608: AC_TRY_COMPILE is expanded from... acinclude.m4:159: __AX_CHECK_MOUNT_OPT is expanded from... acinclude.m4:158: AX_CHECK_MOUNT_OPT is expanded from... configure.ac:1326: the top level]) m4trace:configure.ac:1326: -1- m4_pattern_allow([^HAVE_MOUNT_NODEV$]) m4trace:configure.ac:1339: -1- m4_pattern_allow([^gcc_ar$]) m4trace:configure.ac:1339: -1- m4_pattern_allow([^gcc_ranlib$]) m4trace:configure.ac:1353: -1- m4_pattern_allow([^have_lto$]) m4trace:configure.ac:1354: -1- m4_pattern_allow([^lto_cflags$]) m4trace:configure.ac:1355: -1- m4_pattern_allow([^lto_ldflags$]) m4trace:configure.ac:1381: -1- m4_pattern_allow([^have_ubsan$]) m4trace:configure.ac:1382: -1- m4_pattern_allow([^ubsan_cflags$]) m4trace:configure.ac:1383: -1- m4_pattern_allow([^ubsan_ldflags$]) m4trace:configure.ac:1409: -1- m4_pattern_allow([^have_addrsan$]) m4trace:configure.ac:1410: -1- m4_pattern_allow([^addrsan_cflags$]) m4trace:configure.ac:1411: -1- m4_pattern_allow([^addrsan_ldflags$]) m4trace:configure.ac:1437: -1- m4_pattern_allow([^have_threadsan$]) m4trace:configure.ac:1438: -1- m4_pattern_allow([^threadsan_cflags$]) m4trace:configure.ac:1439: -1- m4_pattern_allow([^threadsan_ldflags$]) m4trace:configure.ac:1462: -1- m4_pattern_allow([^LINUX_CMT$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^CYGWIN_CMT$]) m4trace:configure.ac:1464: -1- m4_pattern_allow([^UNIX_CMT$]) m4trace:configure.ac:1469: -1- m4_pattern_allow([^E2SCRUB_CMT$]) m4trace:configure.ac:1528: -1- m4_pattern_allow([^root_prefix$]) m4trace:configure.ac:1529: -1- m4_pattern_allow([^root_bindir$]) m4trace:configure.ac:1530: -1- m4_pattern_allow([^root_sbindir$]) m4trace:configure.ac:1531: -1- m4_pattern_allow([^root_libdir$]) m4trace:configure.ac:1532: -1- m4_pattern_allow([^root_sysconfdir$]) m4trace:configure.ac:1553: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../../autoconf-2.69/lib/autoconf/general.m4:2681: AC_TRY_LINK 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... configure.ac:1553: the top level]) m4trace:configure.ac:1574: -1- m4_pattern_allow([^LDFLAGS_STATIC$]) m4trace:configure.ac:1583: -1- m4_pattern_allow([^_INTL_REDIRECT_MACROS$]) m4trace:configure.ac:1595: -1- m4_pattern_allow([^DO_TEST_SUITE$]) m4trace:configure.ac:1609: -1- m4_pattern_allow([^INCLUDES$]) m4trace:configure.ac:1617: -1- m4_pattern_allow([^BUILD_CFLAGS$]) m4trace:configure.ac:1618: -1- m4_pattern_allow([^BUILD_LDFLAGS$]) m4trace:configure.ac:1625: -1- m4_pattern_allow([^CFLAGS_SHLIB$]) m4trace:configure.ac:1626: -1- m4_pattern_allow([^CFLAGS_STLIB$]) m4trace:configure.ac:1627: -1- m4_pattern_allow([^LDFLAGS_SHLIB$]) m4trace:configure.ac:1637: -1- PKG_CHECK_MODULES([udev], [udev], [ with_udev_rules_dir="$($PKG_CONFIG --variable=udevdir udev)/rules.d" ], [ with_udev_rules_dir="" ]) m4trace:configure.ac:1637: -1- m4_pattern_allow([^udev_CFLAGS$]) m4trace:configure.ac:1637: -1- m4_pattern_allow([^udev_LIBS$]) m4trace:configure.ac:1637: -1- PKG_CHECK_EXISTS([udev], [pkg_cv_[]udev_CFLAGS=`$PKG_CONFIG --[]cflags "udev" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1637: -1- PKG_CHECK_EXISTS([udev], [pkg_cv_[]udev_LIBS=`$PKG_CONFIG --[]libs "udev" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1637: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1663: -1- m4_pattern_allow([^have_udev$]) m4trace:configure.ac:1664: -1- m4_pattern_allow([^pkg_udev_rules_dir$]) m4trace:configure.ac:1697: -1- m4_pattern_allow([^have_crond$]) m4trace:configure.ac:1698: -1- m4_pattern_allow([^crond_dir$]) m4trace:configure.ac:1708: -1- PKG_CHECK_MODULES([systemd], [systemd], [ with_systemd_unit_dir="$($PKG_CONFIG --variable=systemdsystemunitdir systemd)" ], [ with_systemd_unit_dir="" ]) m4trace:configure.ac:1708: -1- m4_pattern_allow([^systemd_CFLAGS$]) m4trace:configure.ac:1708: -1- m4_pattern_allow([^systemd_LIBS$]) m4trace:configure.ac:1708: -1- PKG_CHECK_EXISTS([systemd], [pkg_cv_[]systemd_CFLAGS=`$PKG_CONFIG --[]cflags "systemd" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1708: -1- PKG_CHECK_EXISTS([systemd], [pkg_cv_[]systemd_LIBS=`$PKG_CONFIG --[]libs "systemd" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1708: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1708: -1- m4_pattern_allow([^PKG_(MAJOR|MINOR|BUILD|REVISION)$]) m4trace:configure.ac:1735: -1- m4_pattern_allow([^have_systemd$]) m4trace:configure.ac:1736: -1- m4_pattern_allow([^systemd_system_unit_dir$]) m4trace:configure.ac:1768: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) m4trace:configure.ac:1768: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:1768: -1- m4_pattern_allow([^LTLIBOBJS$])