]> git.draconx.ca Git - cdecl99.git/commit
Workaround Gentoo's silly Automake wrapper in bootstrap.
authorNick Bowler <nbowler@draconx.ca>
Wed, 15 Aug 2012 00:34:44 +0000 (20:34 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 15 Aug 2012 00:34:44 +0000 (20:34 -0400)
commit3d33bb813cb3ec6e086fc2b791e2992512b13a9a
treeb57ee5ef8e543abe8cdb40f6a0a971a90e3342d6
parent57ce68d00a352c063217eeb9a18cafc44ebcca4e
Workaround Gentoo's silly Automake wrapper in bootstrap.

It's pretty annoying when running bootstrap doesn't actually rebuild
using newly-installed tool versions.  This happens because Gentoo's
automake wrapper script detects that stuff has been previously built
with a particular version of Automake, and runs that instead of the
latest.

Since we're going to recreate them anyway, delete the generated files so
that Gentoo's script picks the latest.
bootstrap