[cpp-xmltooling] 07/22: Make pkgconfigdir configurable

Scott Cantor cantor.2 at osu.edu
Thu Jun 21 14:57:23 EDT 2018


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

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

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

commit 1ee7d89761d0a5be6bf47f3ea484574fe849c0e5
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Jul 5 12:44:39 2016 +0200

    Make pkgconfigdir configurable
---
 Makefile.am  | 1 -
 configure.ac | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 24d5289..11e08e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,6 @@ else
 all-local:
 endif
 
-pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = @PACKAGE_NAME at .pc @PACKAGE_NAME at -lite.pc
 
 GENFILES = @PACKAGE_NAME at .spec
diff --git a/configure.ac b/configure.ac
index 5931c77..24a98c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,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