]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: simplify $skipped_export blocks
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 12:31:49 +0000 (19:31 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:07:52 +0000 (21:07 +0700)
commitc0228e02d1ccced003b64c2c6efe13fc7cd793b5
tree07690f65d52c86a8d245ccdc7b4bbb1bc0052311
parent2e7ba6d709a77471f5929cd8d347a86cc1fedd2d
libtool: simplify $skipped_export blocks

* build-aux/ltmain.m4sh (func_mode_link): Save an if statement
with '$skipped_export && { block; }' instead of 'if $skipped_export;
then block; fi'.

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