Moving the pkgconfig directory from lib/ to libdata/?

Gerald Pfeifer gerald@pfeifer.com
Wed May 11 20:18:00 GMT 2005


Is the pkgconfig directory at the correct location when put under lib/,
or shouldn't this be libdata/ instead?

I've seen the following patch in use, that's why I'm wondering.

Gerald

--- libjava/Makefile.in.orig	Tue Aug 31 09:39:04 2004
+++ libjava/Makefile.in	Tue Aug 31 09:39:46 2004
@@ -180,7 +180,7 @@
 
 toolexecmainlib_DATA = libgcj.spec
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
 pkgconfig_DATA = libgcj.pc
 
 jardir = $(datadir)/java



More information about the Java mailing list