[cpp-opensaml] 09/19: Make pkgconfigdir configurable

Scott Cantor cantor.2 at osu.edu
Tue Jun 26 19:28:07 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=dc75dbf786a6a817a5f4a609e67b7e125bb06417

commit dc75dbf786a6a817a5f4a609e67b7e125bb06417
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Jul 12 10:40:46 2016 +0200

    Make pkgconfigdir configurable
    
    This requires pkg.m4 from pkg-config-0.27 or newer.
---
 Makefile.am  | 1 -
 configure.ac | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6376ee9..801f48e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,6 @@ else
 all-local:
 endif
 
-pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = @PACKAGE_NAME at .pc
 
 GENFILES = @PACKAGE_NAME at .spec
diff --git a/configure.ac b/configure.ac
index 099a0c1..7b5461f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
+PKG_INSTALLDIR
 
 # Docygen features
 DX_HTML_FEATURE(ON)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list