From: Nick Bowler Date: Thu, 22 Sep 2011 00:58:27 +0000 (-0400) Subject: Avoid gratuitous library dependencies linking gnulib. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/03d1aa34d110422a3f7e41977c97b567095f064f?ds=sidebyside;hp=03d1aa34d110422a3f7e41977c97b567095f064f Avoid gratuitous library dependencies linking gnulib. libcdecl doesn't use the readline module at all, but libtool happily pulls it in as a dependency. Handle library dependencies manually to avoid this problem. ---