On Thu, 04 Apr 2013 16:32:24 +0300
Ville Skyttä wrote:
> On 2013-04-04 12:19, Igor Murzov wrote:
> > Hi, list :)
>
> Hi from a cmake n00b, just a couple of quick comments:
>
> > +cmakeconfigdir = $(libdir)/cmake/$(PACKAGE)/
>
> This doesn't sound quite right to me, wouldn't somewhere in $(data
On 2013-04-04 12:19, Igor Murzov wrote:
> Hi, list :)
Hi from a cmake n00b, just a couple of quick comments:
> +cmakeconfigdir = $(libdir)/cmake/$(PACKAGE)/
This doesn't sound quite right to me, wouldn't somewhere in $(datadir)
be more appropriate?
> +cmakeconfig_DATA = bash-completion-config.c
Hi, list :)
I have finally finished integration of cmake configs into
bash-completion. Those configs do pretty much the same
things that pkg-config does. The reason for inclusion of
cmake configs is that some projects use cmake as a build
system and avoid using autotools and pkg-config (most notab