]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: unroll nested if into a single case statement.
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 12:39:35 +0000 (19:39 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:07:56 +0000 (21:07 +0700)
commita252d59d913c9635845721575695f78ca492757e
tree8aef417d2a3b9100454446c317bd71a2b28eceb1
parentc0228e02d1ccced003b64c2c6efe13fc7cd793b5
libtool: unroll nested if into a single case statement.

* build-aux/ltmain.m4sh (func_mode_link): Unroll a hard to
understad nested if statement into a more readable single case
statement.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/ltmain.m4sh