pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.

2013-06-20  Matthias Klose  <doko@ubuntu.com>

        * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
        * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise.
        * configure: Regenerate.
        * classpath/configure: Regenerate.

From-SVN: r200244
This commit is contained in:
Matthias Klose
2013-06-20 13:16:57 +00:00
committed by Matthias Klose
parent a72a72e66d
commit cda7fd66fd
5 changed files with 1513 additions and 81 deletions
+1324 -70
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -6,7 +6,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
succeeded=no
if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
AC_PATH_TOOL(PKG_CONFIG, pkg-config, no)
fi
if test "$PKG_CONFIG" = "no" ; then