changeset 3535:26877929e107

run autoconf after patching.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Sun, 27 May 2007 17:41:24 -0300
parents 15af644e6bcb
children 8196bd46b237
files gub/specs/git.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/git.py	Sun May 27 16:58:09 2007 -0300
+++ b/gub/specs/git.py	Sun May 27 17:41:24 2007 -0300
@@ -62,6 +62,7 @@
         self.file_sub ([('git describe','true')],
                         '%(srcdir)s/GIT-VERSION-GEN')
         self.system('cd %(srcdir)s && patch -p1 < %(patchdir)s/git-1.5-shell-anality.patch')
+        self.autoupdate()
         
 class Git__mingw (Git):
     def __init__ (self, settings):