mirror of https://github.com/BOINC/boinc.git
configure.ac: Check for pkg-config
PKG_INSTALLDIR macro sets $(pkgconfigdir) for pkgconfig_DATA targets.
This commit is contained in:
parent
91f40d0bcf
commit
a291084281
|
@ -76,6 +76,7 @@
|
|||
## files created by _autosetup (autoreconf):
|
||||
*.in
|
||||
*.in~
|
||||
!*.pc.in
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
compile
|
||||
|
@ -96,6 +97,7 @@ test-driver
|
|||
## files created by configure:
|
||||
Makefile
|
||||
.deps/
|
||||
*.pc
|
||||
boinc_path_config.py
|
||||
pkginfo
|
||||
prototype
|
||||
|
|
|
@ -64,6 +64,9 @@ SAH_LINKS
|
|||
AC_LANG_PUSH(C)
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
PKG_INSTALLDIR
|
||||
|
||||
m4_divert_once([HELP_ENABLE],
|
||||
AS_HELP_STRING([BOINC Default enable values], [--enable-server --enable-client --enable-libraries --enable-manager: builds server, client, and libraries]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue