Have revised my earlier patch GH-16. Have built and tested on Cygwin environment. .gitignore continues to hide generated files to avoid accidentally adding to the repo. Created make targets treeclean to take advantage of git clean to return a repo to a clean state and added reconf to hide the details of regenerating configure (did not realise autoreconf handled the combined aclocal, autoconf, automake until had a reread of the docs).
Have revised my earlier patch GH-16. Have built and tested on Cygwin environment.
.gitignore
continues to hide generated files to avoid accidentally adding to the repo. Created make targetstreeclean
to take advantage ofgit clean
to return a repo to a clean state and addedreconf
to hide the details of regeneratingconfigure
(did not realiseautoreconf
handled the combinedaclocal
,autoconf
,automake
until had a reread of the docs).