This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Moving the pkgconfig directory from lib/ to libdata/?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]