• Home
  • Raw
  • Download

Lines Matching refs:pkg

15 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
16 dnl serial 11 (pkg-config-0.29)
46 dnl Verify that the version of the pkg-config macros are at least
48 dnl installed version of pkg-config, this checks the developer's version
49 dnl of pkg.m4 when generating configure.
53 dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
60 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
67 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
68 dnl first found in the path. Checks that the version of pkg-config found
71 dnl pkg-config existed.
76 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
77 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
78 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
81 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
85 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
117 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
134 dnl Internal check to see if pkg-config supports short errors.
155 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
156 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
165 and $1[]_LIBS to avoid the need to call pkg-config.
166 See the pkg-config man page for more details.])
192 [The pkg-config script could not be found or is too old. Make sure it
194 path to pkg-config.
198 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
236 dnl should install pkg-config .pc files. By default the directory is
243 [pkg-config installation directory @<:@]pkg_default[@:>@])
258 dnl module should install arch-independent pkg-config .pc files. By
265 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
280 dnl Retrieves the value of the pkg-config variable for the given module.
283 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl