Re: Avoid syntax error if IF-TRUE part of AM_COND_IF is empty.

2010-07-27 Thread Eric Blake
On 07/27/2010 01:33 PM, Ralf Wildenhues wrote: > Adding this patch to maint to fix the glitch at least for the IF-TRUE > case. It's unfortunately not fixable as nicely in the IF-FALSE case > since we don't want to override $? there. > > @@ -27,8 +27,8 @@ AC_DEFUN([AM_COND_IF], > [m4_ifndef([_AM_

Avoid syntax error if IF-TRUE part of AM_COND_IF is empty.

2010-07-27 Thread Ralf Wildenhues
Adding this patch to maint to fix the glitch at least for the IF-TRUE case. It's unfortunately not fixable as nicely in the IF-FALSE case since we don't want to override $? there. Cheers, Ralf Avoid syntax error if IF-TRUE part of AM_COND_IF expands empty. * m4/cond-if.m4 (AM_COND_I