| 1 | m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
|---|
| 2 | m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
|---|
| 3 | AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl |
|---|
| 4 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
|---|
| 5 | AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) |
|---|
| 6 | fi |
|---|
| 7 | if test -n "$PKG_CONFIG"; then |
|---|
| 8 | _pkg_min_version=m4_default([$1], [0.9.0]) |
|---|
| 9 | AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) |
|---|
| 10 | if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
|---|
| 11 | AC_MSG_RESULT([yes]) |
|---|
| 12 | else |
|---|
| 13 | AC_MSG_RESULT([no]) |
|---|
| 14 | PKG_CONFIG="" |
|---|
| 15 | fi |
|---|
| 16 | |
|---|
| 17 | fi[]dnl |
|---|
| 18 | ]) |
|---|
| 19 | m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
|---|
| 20 | if test -n "$PKG_CONFIG" && \ |
|---|
| 21 | AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then |
|---|
| 22 | m4_ifval([$2], [$2], [:]) |
|---|
| 23 | m4_ifvaln([$3], [else |
|---|
| 24 | $3])dnl |
|---|
| 25 | fi]) |
|---|
| 26 | m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
|---|
| 27 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
|---|
| 28 | _pkg_short_errors_supported=yes |
|---|
| 29 | else |
|---|
| 30 | _pkg_short_errors_supported=no |
|---|
| 31 | fi[]dnl |
|---|
| 32 | ]) |
|---|
| 33 | m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
|---|
| 34 | AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl |
|---|
| 35 | AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl |
|---|
| 36 | |
|---|
| 37 | pkg_failed=no |
|---|
| 38 | AC_MSG_CHECKING([for $1]) |
|---|
| 39 | |
|---|
| 40 | _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) |
|---|
| 41 | _PKG_CONFIG([$1][_LIBS], [libs], [$2]) |
|---|
| 42 | |
|---|
| 43 | m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS |
|---|
| 44 | and $1[]_LIBS to avoid the need to call pkg-config. |
|---|
| 45 | See the pkg-config man page for more details.]) |
|---|
| 46 | |
|---|
| 47 | if test $pkg_failed = yes; then |
|---|
| 48 | _PKG_SHORT_ERRORS_SUPPORTED |
|---|
| 49 | if test $_pkg_short_errors_supported = yes; then |
|---|
| 50 | $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` |
|---|
| 51 | else |
|---|
| 52 | $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` |
|---|
| 53 | fi |
|---|
| 54 | # Put the nasty error message in config.log where it belongs |
|---|
| 55 | echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD |
|---|
| 56 | |
|---|
| 57 | ifelse([$4], , [AC_MSG_ERROR(dnl |
|---|
| 58 | [Package requirements ($2) were not met: |
|---|
| 59 | |
|---|
| 60 | $$1_PKG_ERRORS |
|---|
| 61 | |
|---|
| 62 | Consider adjusting the PKG_CONFIG_PATH environment variable if you |
|---|
| 63 | installed software in a non-standard prefix. |
|---|
| 64 | |
|---|
| 65 | _PKG_TEXT |
|---|
| 66 | ])], |
|---|
| 67 | [AC_MSG_RESULT([no]) |
|---|
| 68 | $4]) |
|---|
| 69 | elif test $pkg_failed = untried; then |
|---|
| 70 | ifelse([$4], , [AC_MSG_FAILURE(dnl |
|---|
| 71 | [The pkg-config script could not be found or is too old. Make sure it |
|---|
| 72 | is in your PATH or set the PKG_CONFIG environment variable to the full |
|---|
| 73 | path to pkg-config. |
|---|
| 74 | |
|---|
| 75 | _PKG_TEXT |
|---|
| 76 | |
|---|
| 77 | To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], |
|---|
| 78 | [$4]) |
|---|
| 79 | else |
|---|
| 80 | $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |
|---|
| 81 | $1[]_LIBS=$pkg_cv_[]$1[]_LIBS |
|---|
| 82 | AC_MSG_RESULT([yes]) |
|---|
| 83 | ifelse([$3], , :, [$3]) |
|---|
| 84 | fi[]dnl |
|---|
| 85 | ]) |
|---|
| 86 | m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) |
|---|
| 87 | m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) |
|---|
| 88 | m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) |
|---|
| 89 | m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$]) |
|---|
| 90 | m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_]) |
|---|
| 91 | m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$]) |
|---|
| 92 | m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_]) |
|---|
| 93 | m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$]) |
|---|
| 94 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$]) |
|---|
| 95 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
|---|
| 96 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
|---|
| 97 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
|---|
| 98 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
|---|
| 99 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
|---|
| 100 | m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$]) |
|---|
| 101 | m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$]) |
|---|
| 102 | m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$]) |
|---|
| 103 | m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$]) |
|---|
| 104 | m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$]) |
|---|
| 105 | m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$]) |
|---|
| 106 | m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$]) |
|---|
| 107 | m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$]) |
|---|
| 108 | m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$]) |
|---|
| 109 | m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$]) |
|---|
| 110 | m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$]) |
|---|
| 111 | m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$]) |
|---|
| 112 | m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$]) |
|---|
| 113 | m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$]) |
|---|
| 114 | m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$]) |
|---|
| 115 | m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$]) |
|---|
| 116 | m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$]) |
|---|
| 117 | m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$]) |
|---|
| 118 | m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$]) |
|---|
| 119 | m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$]) |
|---|
| 120 | m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$]) |
|---|
| 121 | m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$]) |
|---|
| 122 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
|---|
| 123 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
|---|
| 124 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
|---|
| 125 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
|---|
| 126 | m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
|---|
| 127 | m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$]) |
|---|
| 128 | m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$]) |
|---|
| 129 | m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$]) |
|---|
| 130 | m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$]) |
|---|
| 131 | m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) |
|---|
| 132 | m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$]) |
|---|
| 133 | m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$]) |
|---|
| 134 | m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$]) |
|---|
| 135 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$]) |
|---|
| 136 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CFLAGS$]) |
|---|
| 137 | m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$]) |
|---|
| 138 | m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$]) |
|---|
| 139 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$]) |
|---|
| 140 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$]) |
|---|
| 141 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$]) |
|---|
| 142 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$]) |
|---|
| 143 | m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$]) |
|---|
| 144 | m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CC$]) |
|---|
| 145 | m4trace:configure.ac:7: -1- m4_pattern_allow([^EXEEXT$]) |
|---|
| 146 | m4trace:configure.ac:7: -1- m4_pattern_allow([^OBJEXT$]) |
|---|
| 147 | m4trace:configure.ac:58: -1- m4_pattern_allow([^HAVE_LIBSSP$]) |
|---|
| 148 | m4trace:configure.ac:59: -1- m4_pattern_allow([^HAVE_LIBNCURSESW$]) |
|---|
| 149 | m4trace:configure.ac:60: -1- m4_pattern_allow([^HAVE_LIBCOM_ERR$]) |
|---|
| 150 | m4trace:configure.ac:61: -1- m4_pattern_allow([^HAVE_LIBNSL$]) |
|---|
| 151 | m4trace:configure.ac:62: -1- m4_pattern_allow([^HAVE_LIBSOCKET$]) |
|---|
| 152 | m4trace:configure.ac:64: -2- m4_pattern_allow([^HAVE_LIBCRYPTO$]) |
|---|
| 153 | m4trace:configure.ac:64: -1- m4_pattern_allow([^HAVE_LIBDES425$]) |
|---|
| 154 | m4trace:configure.ac:65: -1- m4_pattern_allow([^HAVE_LIBRESOLV$]) |
|---|
| 155 | m4trace:configure.ac:67: -1- m4_pattern_allow([^HAVE_LIBZEPHYR$]) |
|---|
| 156 | m4trace:configure.ac:68: -2- m4_pattern_allow([^HAVE_LIBZEPHYR_ZINITLOCATIONINFO$]) |
|---|
| 157 | m4trace:configure.ac:79: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. |
|---|
| 158 | You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from... |
|---|
| 159 | configure.ac:79: the top level]) |
|---|
| 160 | m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_DES_ECB_ENCRYPT_PROTO$]) |
|---|
| 161 | m4trace:configure.ac:90: -1- m4_pattern_allow([^CPP$]) |
|---|
| 162 | m4trace:configure.ac:90: -1- m4_pattern_allow([^CPPFLAGS$]) |
|---|
| 163 | m4trace:configure.ac:90: -1- m4_pattern_allow([^CPP$]) |
|---|
| 164 | m4trace:configure.ac:90: -1- m4_pattern_allow([^GREP$]) |
|---|
| 165 | m4trace:configure.ac:90: -1- m4_pattern_allow([^EGREP$]) |
|---|
| 166 | m4trace:configure.ac:90: -1- m4_pattern_allow([^STDC_HEADERS$]) |
|---|
| 167 | m4trace:configure.ac:91: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) |
|---|
| 168 | m4trace:configure.ac:120: -1- PKG_CHECK_MODULES([GLIB], [glib-2.0]) |
|---|
| 169 | m4trace:configure.ac:120: -1- PKG_PROG_PKG_CONFIG |
|---|
| 170 | m4trace:configure.ac:120: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
|---|
| 171 | m4trace:configure.ac:120: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
|---|
| 172 | m4trace:configure.ac:120: -1- m4_pattern_allow([^PKG_CONFIG$]) |
|---|
| 173 | m4trace:configure.ac:120: -1- m4_pattern_allow([^PKG_CONFIG$]) |
|---|
| 174 | m4trace:configure.ac:120: -1- m4_pattern_allow([^GLIB_CFLAGS$]) |
|---|
| 175 | m4trace:configure.ac:120: -1- m4_pattern_allow([^GLIB_LIBS$]) |
|---|
| 176 | m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([glib-2.0], [pkg_cv_[]GLIB_CFLAGS=`$PKG_CONFIG --[]cflags "glib-2.0" 2>/dev/null`], [pkg_failed=yes]) |
|---|
| 177 | m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([glib-2.0], [pkg_cv_[]GLIB_LIBS=`$PKG_CONFIG --[]libs "glib-2.0" 2>/dev/null`], [pkg_failed=yes]) |
|---|
| 178 | m4trace:configure.ac:120: -1- _PKG_SHORT_ERRORS_SUPPORTED |
|---|
| 179 | m4trace:configure.ac:130: -1- m4_pattern_allow([^XSUBPPDIR$]) |
|---|
| 180 | m4trace:configure.ac:131: -1- m4_pattern_allow([^XSUBPPFLAGS$]) |
|---|
| 181 | m4trace:configure.ac:132: -1- m4_pattern_allow([^ATHSTATIC$]) |
|---|
| 182 | m4trace:configure.ac:134: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) |
|---|
| 183 | m4trace:configure.ac:134: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) |
|---|
| 184 | m4trace:configure.ac:134: -1- m4_pattern_allow([^INSTALL_DATA$]) |
|---|
| 185 | m4trace:configure.ac:136: -1- m4_pattern_allow([^subdirs$]) |
|---|
| 186 | m4trace:configure.ac:138: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. |
|---|
| 187 | You should run autoupdate.], []) |
|---|
| 188 | m4trace:configure.ac:138: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
|---|
| 189 | m4trace:configure.ac:138: -1- m4_pattern_allow([^LTLIBOBJS$]) |
|---|