configure script generated from autoconf should not be in the repo. There should only be one autogen.sh which will gnerate configure script on the developers platform. Because of this, It creates a lot of nonsense conflicts during merge.
Please use a standard .gitignore file for autotools from here https://github.com/github/gitignore/blob/master/Autotools.gitignore
configure script generated from autoconf should not be in the repo. There should only be one autogen.sh which will gnerate configure script on the developers platform. Because of this, It creates a lot of nonsense conflicts during merge.
Please use a standard .gitignore file for autotools from here https://github.com/github/gitignore/blob/master/Autotools.gitignore