summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:50:21 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:50:21 +0000
commit22584566f105f4abe7db1b53b390edc0571304a9 (patch)
tree57745bc52cd498522f4880831f5fd4c62ab330a1
parent30fa7c082895f56c32ab74c099b2f6960249c7bf (diff)
downloadm4-22584566f105f4abe7db1b53b390edc0571304a9.tar.gz
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
-rw-r--r--m4.morph5
1 files 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"