Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
0e1f718a
Commit
0e1f718a
authored
Aug 22, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] Merge branch 'trac3511' (pkg-config dependency removal)
Conflicts: ChangeLog
parents
4e9e28dc
99a5a2db
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0e1f718a
828. [build] jreed
The configure script no longer requires pkg-config.
(Trac #3511, git 99a5a2db8c011b358873d485ac48f7c78ac6374c)
827. [build] jiri, tomek
Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT.
(Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee)
...
...
configure.ac
View file @
0e1f718a
...
...
@@ -1199,12 +1199,6 @@ AC_SUBST(GTEST_LDFLAGS)
AC_SUBST(GTEST_LDADD)
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.
#
...
...
doc/guide/install.xml
View file @
0e1f718a
...
...
@@ -142,8 +142,7 @@ Debian and Ubuntu:
<listitem>
<para>
The development tools "make" and "pkg-config".
<!-- @todo update this list, pkg-config shouldn't be required -->
The development tools "make".
</para>
</listitem>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment