Re: [Bash-completion-devel] configs for cmake build system

2013-04-05 Thread Igor Murzov
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

Re: [Bash-completion-devel] configs for cmake build system

2013-04-04 Thread Ville Skyttä
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

[Bash-completion-devel] configs for cmake build system

2013-04-04 Thread Igor Murzov
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