Update ui
[moonshot.git] / builder
diff --git a/builder b/builder
index 2174308..7438909 100755 (executable)
--- a/builder
+++ b/builder
@@ -68,6 +68,8 @@ def command_output(args) :
 
 def build(package):
     with current_directory(package):
+        try: os.makedirs( "m4")
+        except OSError: pass
         run_cmd(('autoreconf', '-i', '-f'))
         configure_command = [
                                       './configure'] + configure_opts