Re: [screen-devel] [PATCH] fix configure failed while build dir name contains "yes"

2017-11-08 Thread Amadeusz Sławiński
On Thu, 2 Nov 2017 16:48:15 +0800 Hongxu Jia wrote: > While build dir name contained "yes", and compiled with > producing debugging information (-g), the configure failed. > > The pattern of AC_EGREP_CPP (string "yes") mismatched with > dir name. It caused the test of AC_EGREP_CPP incorrect. >

[screen-devel] [PATCH] fix configure failed while build dir name contains "yes"

2017-11-02 Thread Hongxu Jia
While build dir name contained "yes", and compiled with producing debugging information (-g), the configure failed. The pattern of AC_EGREP_CPP (string "yes") mismatched with dir name. It caused the test of AC_EGREP_CPP incorrect. Use YES_IS_DEFINED to replace yes which is not often used as dir n