bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] bug fix - AS_IF with blank false branch


From: Jannick
Subject: [PATCH] bug fix - AS_IF with blank false branch
Date: Thu, 26 Dec 2019 03:15:51 +0100

Please find attached suggested patches for your consideration and review.

Bug fix for

AS_IF([false],[echo OK],[[]])

yielding the syntactically incorrect shell code:

if false; then :
  echo OK
else

fi


I hope that sending patches to the list as attachments is OK and they will
come through to the list.

Thanks,
J.

Attachment: 0002-m4sh-AS_IF-bug-fix-of-previous-buggy-test-case.patch
Description: Text document

Attachment: 0001-m4sh-AS_IF-add-a-buggy-test-for-AS_IF-with-blank-fal.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]