tre
tre copied to clipboard
./configure expects a ChangeLog
Seems like ChangeLog was renamed to ChangeLog.old and that commit expected darcs to create a new ChangeLog file. But the darcs dependency was then removed. So I had to cp ChangeLog.old ChangeLog to get ./configure to work