Lines Matching +full:pkg +full:- +full:config
1 # extra_pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
3 # Copyright (c) 2008-2012 Erik de Castro Lopo <erikd@mega-nerd.com>
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 # --------------------------------------------------------------
26 # PKG_CHECK_MOD_VERSION(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
27 # [ACTION-IF-NOT-FOUND])
30 # is in the original pkg.m4 file. It prints the versions in the checking
31 # message (erikd@mega-nerd.com).
35 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
36 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
64 and $1[]_LIBS to avoid the need to call pkg-config.
65 See the pkg-config man page for more details.])
70 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
72 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
74 # Put the nasty error message in config.log where it belongs
83 installed software in a non-standard prefix.
91 [The pkg-config script could not be found or is too old. Make sure it
93 path to pkg-config.
97 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],