]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Allow AS_CASE in shell lists.
authorEric Blake <ebb9@byu.net>
Mon, 20 Oct 2008 22:43:41 +0000 (16:43 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 22 Oct 2008 03:04:02 +0000 (21:04 -0600)
commite84e41e106b75ee368627a8c93d49c564d7dec15
tree51f323ca496e2313ee83e7937285247c937784b0
parentb837cd019d07cffa7eb5609b0492330c94c7fcdd
Allow AS_CASE in shell lists.

* lib/m4sugar/m4sh.m4 (AS_CASE): Always execute test, in case of
side effects.  Allow continuation of script on same line as esac.
* lib/autoconf/c.m4 (AC_PROG_CC_STDC): Adjust client.
* tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
* NEWS: Document the subtle change.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
lib/autoconf/c.m4
lib/m4sugar/m4sh.m4
tests/m4sh.at