]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: use false or : for $found, and simplify
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 11:08:29 +0000 (18:08 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:06:47 +0000 (21:06 +0700)
commitde7482d17c1f9f731cbba3ec347903884acf2c65
tree7e2c7dad8846f625b1078114db4ae31ff9bf02d6
parent934c0382de2f0e5bec53028281e2da6095d50872
libtool: use false or : for $found, and simplify

* build-aux/ltmain.m4sh (func_mode_link): Save a string
comparison by setting $found to false or : and using it directly
as the first argument to if.

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