From 22584566f105f4abe7db1b53b390edc0571304a9 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 17 Feb 2012 13:50:21 +0000 Subject: m4.morph: skip downloading translations This version of bootstrap will only try to use .gitmodules if it actualy is a git repository, so the rm .git* is not strictly necessary, but it makes it more compatible for if the bootstrap script gets updated --- m4.morph | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m4.morph b/m4.morph index a1d08bcb..a33b16d6 100644 --- a/m4.morph +++ b/m4.morph @@ -2,8 +2,9 @@ "name": "m4", "kind": "chunk", "configure-commands": [ - "bash bootstrap", - "./configure --prefix=/usr" + "rm .git*", + "bash bootstrap --skip-po", + "./configure --prefix=/usr --disable-nls" ], "build-commands": [ "make" -- cgit v1.2.1