]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: simplify multiple string tests
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 12:09:51 +0000 (19:09 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:07:39 +0000 (21:07 +0700)
commit59ec249278b51de01288d13fee3ede6f3b3b6ab4
treec1bdc1ce06632bac01fe24dae170ba09d0515db0
parent8f0ee8aeeb474f717b073d18febe49351fa05f18
libtool: simplify multiple string tests

* build-aux/ltmain.m4sh (func_mode_link): Save test invocations
by using 'test x,y = "$a,$b"' instead of 'test x = "$a" && test y
= "$b"'.
* m4/libtool.m4: Likewise.

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