]> git.draconx.ca Git - cdecl99.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)
commit875124adefb95a5ab11fdaaa6dedb1f5abd4bf4a
tree281332d787113ed3dd94ba46ab5c81bef3128352
parent4d95f085e749d97113e7f68a1ade2a568041a891
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.
Makefile.am
fix-gnulib.pl