summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"