# HG changeset patch # User Masamichi Hosoda # Date 1426085558 -32400 # Node ID 990df8789a893365fdac5542934ed84d100ad574 # Parent bc6de6b4e739e1fc71b64e7db4733cc23d120d22 Fix tools::ghostscript diff -r bc6de6b4e739 -r 990df8789a89 gub/specs/ghostscript.py --- a/gub/specs/ghostscript.py Wed Mar 11 23:50:16 2015 +0900 +++ b/gub/specs/ghostscript.py Wed Mar 11 23:52:38 2015 +0900 @@ -321,6 +321,8 @@ self.makefile_fixup ('%(builddir)s/Makefile') self.file_sub ([('^(EXTRALIBS *=)', r'\1 -lfreetype ')], '%(builddir)s/Makefile') + def autoupdate (self): + self.system ('cd %(srcdir)s && sh ./autogen.sh --help') def compile (self): self.system (''' cd %(builddir)s && mkdir -p obj