From: Grzegorz J. <ja...@ac...> - 2004-10-12 11:18:12
|
Yann Dirson wrote: > In toplevel Makefile.am we have the following: > > install-data-local: > if test -d $(libdir)/pkgconfig; then \ > mkdir -p $(DESTDIR)$(libdir)/pkgconfig; \ > cp -p opencxx.pc $(DESTDIR)$(libdir)/pkgconfig; fi > > I'm not sure it is a good idea to for $(libdir)/pkgconfig. When > building a package, for example, there may not be a pkgconfig dir on > the builder's machine, but we still want it to get into the package. > > Since it is a small file anyway, I suggest we just install it > unconditionally, and to the same for other small support files of this > kind. No objections ? No objections. (Sorry for the late answer, I was traveling.) BR Grzegorz |