Fix #542: About window shows old commit
authorColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 10:41:19 +0000 (10:41 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 10:41:19 +0000 (10:41 +0000)
commite702a744b48bfe8db7b19ecdd62e171005a401b9
tree4d781539a82583716839f50d00e09b97b9096f95
parent0d8825dac65184ad2d6a8bec5c7954d3046935ee
Fix #542: About window shows old commit

https://github.com/BestImageViewer/geeqie/issues/542

The old commit ID was being kept in autom4te.cache. This is not being
cleared by "make distclean", and so the old ID continues to be used.

Revised user docs show to use:

sudo make uninstall; sudo make maintainer-clean; ./autogen.sh
make -j<no. of cpu cores>; sudo make install
README.md
web/installing.html