]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: use false or : for $alldeplibs, 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:41 +0000 (21:06 +0700)
commit934c0382de2f0e5bec53028281e2da6095d50872
tree6d50444f1e31b57958971266daeff6b2b8fcc32e
parentfd1151fe85235b89ed0023c2d894dd117efaa03c
libtool: use false or : for $alldeplibs, and simplify

* build-aux/ltmain.m4sh (func_mode_link): Save a string
comparison by setting $alldeplibs 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