changeset 6369:990df8789a89

Fix tools::ghostscript
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 11 Mar 2015 23:52:38 +0900
parents bc6de6b4e739
children ec570e0d4360
files gub/specs/ghostscript.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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