]> git.draconx.ca Git - dxcommon.git/commit
Avoid gratuitous library dependencies linking gnulib.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Sep 2011 00:58:27 +0000 (20:58 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Sep 2011 01:08:58 +0000 (21:08 -0400)
commit03d1aa34d110422a3f7e41977c97b567095f064f
treef72a91acf26109cf377d06049b761aee90fb1462
parent414e48faf73d99ea0242b13f3c22e64fb5adff64
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.
scripts/fix-gnulib.pl