annotate m4/pkg.m4 @ 2687:206f0322d221

Remove the obsolete is_our_file() function.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jun 2008 06:41:10 +0300
parents 7317dff666f9
children 0edb12410119
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2530
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
1 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
2 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
3 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
4 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
5 # This program is free software; you can redistribute it and/or modify
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
6 # it under the terms of the GNU General Public License as published by
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
7 # the Free Software Foundation; either version 2 of the License, or
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
8 # (at your option) any later version.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
9 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
10 # This program is distributed in the hope that it will be useful, but
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
13 # General Public License for more details.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
14 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
15 # You should have received a copy of the GNU General Public License
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
16 # along with this program; if not, write to the Free Software
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
18 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
19 # As a special exception to the GNU General Public License, if you
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
20 # distribute this file as part of a program that contains a
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
21 # configuration script generated by Autoconf, you may include it under
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
22 # the same distribution terms that you use for the rest of that program.
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
23
2530
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
24 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
25 # ----------------------------------
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
26 AC_DEFUN([PKG_PROG_PKG_CONFIG],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
27 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
28 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
29 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
30 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
31 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
32 fi
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
33 if test "x$PKG_CONFIG" != "x"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
34 _pkg_min_version=m4_default([$1], [0.9.0])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
35 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
36 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version ; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
37 AC_MSG_RESULT([yes])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
38 else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
39 AC_MSG_RESULT([no])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
40 PKG_CONFIG=""
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
41 fi
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
42
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
43 fi[]dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
44 ])# PKG_PROG_PKG_CONFIG
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
45
2530
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
46 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
47 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
48 # Check to see whether a particular set of modules exists. Similar
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
49 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
50 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
51 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
52 # Similar to PKG_CHECK_MODULES, make sure that the first instance of
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
53 # this or PKG_CHECK_MODULES is called, or make sure to call
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
54 # PKG_CHECK_EXISTS manually
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
55 # --------------------------------------------------------------
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
56 AC_DEFUN([PKG_CHECK_EXISTS],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
57 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
58 if test "x$PKG_CONFIG" != "x" && \
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
60 m4_ifval([$2], [$2], [:])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
61 m4_ifvaln([$3], [else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
62 $3])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
63 fi])
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
64
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
65
2530
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
66 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
67 # ---------------------------------------------
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
68 m4_define([_PKG_CONFIG],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
69 [if test "x$PKG_CONFIG" != "x"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
70 if test "x$$1" != "x"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
71 pkg_cv_[]$1="$$1"
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
72 else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
73 PKG_CHECK_EXISTS([$3],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
74 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
75 [pkg_failed=yes])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
76 fi
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
77 else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
78 pkg_failed=untried
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
79 fi[]dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
80 ])# _PKG_CONFIG
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
81
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
82 # _PKG_SHORT_ERRORS_SUPPORTED
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
83 # -----------------------------
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
84 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
85 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
86 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
87 _pkg_short_errors_supported=yes
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
88 else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
89 _pkg_short_errors_supported=no
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
90 fi[]dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
91 ])# _PKG_SHORT_ERRORS_SUPPORTED
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
92
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
93
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
94 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
95 # [ACTION-IF-NOT-FOUND])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
96 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
97 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
98 # Note that if there is a possibility the first call to
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
99 # PKG_CHECK_MODULES might not happen, you should be sure to include an
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
100 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
101 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
102 #
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
103 # --------------------------------------------------------------
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
104 AC_DEFUN([PKG_CHECK_MODULES],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
105 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
106 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
107 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
108
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
109 pkg_failed=no
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
110 AC_MSG_CHECKING([for $1])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
111
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
112 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
113 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
114
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
115 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
116 and $1[]_LIBS to avoid the need to call pkg-config.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
117 See the pkg-config man page for more details.])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
118
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
119 if test "x$pkg_failed" = "xyes"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
120 _PKG_SHORT_ERRORS_SUPPORTED
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
121 if test "x$_pkg_short_errors_supported" = "xyes"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
122 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2" 2>&1`
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
123 else
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
124 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2" 2>&1`
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
125 fi
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
126 # Put the nasty error message in config.log where it belongs
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
127 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
128
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
129 ifelse([$4], , [AC_MSG_ERROR(dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
130 [Package requirements ($2) were not met:
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
131
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
132 $$1_PKG_ERRORS
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
133
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
134 Consider adjusting the PKG_CONFIG_PATH environment variable if you
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
135 installed software in a non-standard prefix.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
136
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
137 _PKG_TEXT
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
138 ])],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
139 [AC_MSG_RESULT([no])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
140 $4])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
141 elif test "x$pkg_failed" = "xuntried"; then
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
142 ifelse([$4], , [AC_MSG_FAILURE(dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
143 [The pkg-config script could not be found or is too old. Make sure it
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
144 is in your PATH or set the PKG_CONFIG environment variable to the full
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
145 path to pkg-config.
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
146
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
147 _PKG_TEXT
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
148
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
149 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
150 [$4])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
151 else
2686
7317dff666f9 Updated pkg.m4.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
152 $1[]_CFLAGS="$pkg_cv_[]$1[]_CFLAGS"
7317dff666f9 Updated pkg.m4.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
153 $1[]_LIBS="$pkg_cv_[]$1[]_LIBS"
2530
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
154 AC_MSG_RESULT([yes])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
155 ifelse([$3], , :, [$3])
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
156 fi[]dnl
7386fea4c673 Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
157 ])# PKG_CHECK_MODULES