Re: [PATCH 2.x branch] Makefile.in: fix installation with --disable-client

2018-10-11 Thread Ondrej Zajicek
On Tue, Oct 09, 2018 at 02:03:16PM +0200, Thomas Petazzoni wrote: > The configure.ac script initializes the CLIENT variable this way: > > CLIENT=birdcl > if client enabled > CLIENT=$CLIENT birdc > fi > > This means that checking if @CLIENT@ is empty to decide whether birdc > should be installed

[PATCH 2.x branch] Makefile.in: fix installation with --disable-client

2018-10-09 Thread Thomas Petazzoni
The configure.ac script initializes the CLIENT variable this way: CLIENT=birdcl if client enabled CLIENT=$CLIENT birdc fi This means that checking if @CLIENT@ is empty to decide whether birdc should be installed or not doesn't work, and causes a failure at installation time when --disable-client