GNOME Bugzilla – Bug 681231
Autogenerated files in Git Repository ("docs/C/texinfo.tex", "install-sh")
Last modified: 2012-08-30 19:39:49 UTC
Created attachment 220361 [details] [review] Patch showing the differences listed by "git diff". The git repository contains two files, which are generated during "sh autogen.sh": - ./install-sh - ./docs/C/texinfo.tex The problem is: The files generated on my system are different from those in the git repo. So after running "sh autogen.sh", "git status" always lists those two files as modified. If I delete those two files on a clean git checkout, "sh autogen.sh", "make" and "make install" run without any problems. I dont know very much about autogen/make internals. But from my simple point of view, I would suggest to remove those two files from the git repository.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thanks for taking care of this bug! :) https://github.com/bdoin/GCompris/commit/16aded2ce05c2e448fc0e71ae78f2a938d3c9577 I would say, the two files should also be added to the corresponding ".gitignore" file. At current state, they are listed as untracked files.
Thanks alot! :)