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 ?
Best regards,
--
Yann Dirson <yd...@al...> |
Debian-related: <di...@de...> | Support Debian GNU/Linux:
| Freedom, Power, Stability, Gratis
http://ydirson.free.fr/ | Check <http://www.debian.org/>
|