GNOME Bugzilla – Bug 613593
git-update.sh script does not work on fresh git repository clones
Last modified: 2010-03-22 15:48:37 UTC
git-update.sh does not work on fresh git repository clones, since they don't contain the autoregen.sh script. A possible fix would be running autogen.sh if autoregen.sh is not present.
Created attachment 156741 [details] [review] Suggested fix
Committed, thanks: commit 41199453499301255870e8290994d6468ee683a6 Author: André Dieb Martins <andre.dieb@gmail.com> Date: Mon Mar 22 11:06:21 2010 -0300 git-update.sh: use autogen.sh instead of autoregen.sh on fresh repositories. Fixes #613593.