]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: use false or : for $always_export_symbols, and simplify
authorPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jan 2013 08:31:31 +0000 (09:31 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jan 2013 09:51:03 +0000 (10:51 +0100)
commit5ed7430fcb48c862c9d76ef497b73485d580338e
tree0771a75225aa90029f4736818d69fe87ac99be06
parent820e373cf2521e553db409e87c4ccc5e6cc4b074
libtool: use false or : for $always_export_symbols, and simplify

* build-aux/ltmain.in (func_mode_link): Save a string comparison
by setting $lways_export_symbols to false or : and using it directly
as the first argument to if. Make sure that it is always initialized
while at it.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
build-aux/ltmain.in