mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[master] Merge branch 'trac3511' (pkg-config dependency removal)
Conflicts: ChangeLog
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
828. [build] jreed
|
||||||
|
The configure script no longer requires pkg-config.
|
||||||
|
(Trac #3511, git 99a5a2db8c011b358873d485ac48f7c78ac6374c)
|
||||||
|
|
||||||
827. [build] jiri, tomek
|
827. [build] jiri, tomek
|
||||||
Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT.
|
Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT.
|
||||||
(Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee)
|
(Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee)
|
||||||
|
@@ -1199,12 +1199,6 @@ AC_SUBST(GTEST_LDFLAGS)
|
|||||||
AC_SUBST(GTEST_LDADD)
|
AC_SUBST(GTEST_LDADD)
|
||||||
AC_SUBST(GTEST_SOURCE)
|
AC_SUBST(GTEST_SOURCE)
|
||||||
|
|
||||||
dnl check for pkg-config itself
|
|
||||||
AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes, no)
|
|
||||||
if test "x$HAVE_PKG_CONFIG" = "xno" ; then
|
|
||||||
AC_MSG_ERROR(Please install pkg-config)
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ASIO: we extensively use it as the C++ event management module.
|
# ASIO: we extensively use it as the C++ event management module.
|
||||||
#
|
#
|
||||||
|
@@ -142,8 +142,7 @@ Debian and Ubuntu:
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The development tools "make" and "pkg-config".
|
The development tools "make".
|
||||||
<!-- @todo update this list, pkg-config shouldn't be required -->
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user