[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Insufficient check on pkg-config



Hi,

not sure how you want to solve it, but autoreconf'ing without
pkg-config installed leads to a bad configure-time error.

autoreconf:
,----
| …
| autoreconf: running: aclocal --force -I m4
| configure.ac:50: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
| m4/dpkg-libs.m4:55: DPKG_LIB_SELINUX is expanded from...
| configure.ac:50: the top level
| autoreconf: configure.ac: tracing
| configure.ac:50: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
| m4/dpkg-libs.m4:55: DPKG_LIB_SELINUX is expanded from...
| configure.ac:50: the top level
| autoreconf: configure.ac: not using Libtool
| autoreconf: running: /usr/bin/autoconf --force
| configure.ac:50: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
| m4/dpkg-libs.m4:55: DPKG_LIB_SELINUX is expanded from...
| configure.ac:50: the top level
| autoreconf: running: /usr/bin/autoheader --force
| configure.ac:50: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
| m4/dpkg-libs.m4:55: DPKG_LIB_SELINUX is expanded from...
| configure.ac:50: the top level
| autoreconf: running: automake --add-missing --copy --force-missing
| configure.ac:50: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
| m4/dpkg-libs.m4:55: DPKG_LIB_SELINUX is expanded from...
| configure.ac:50: the top level
| …
`----

./configure:
,----
| checking for bzlib.h... no
| ./configure: line 8878: PKG_PROG_PKG_CONFIG: command not found
| ./configure: line 8928: syntax error near unexpected token `libselinux,'
| ./configure: line 8928: `		PKG_CHECK_EXISTS(libselinux,'
`----

KiBi.

Attachment: signature.asc
Description: Digital signature


Reply to: