summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-17 14:08:11 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-17 14:08:11 +0000
commitacf102fdc1795a868ed7837595f8fc01a04e3864 (patch)
tree2e410f42d5d32e38afc74a4d97d306823e5944b3
parent05693544fa442e57539ad74afb1fe775a652feb0 (diff)
downloadlibtool-acf102fdc1795a868ed7837595f8fc01a04e3864.tar.gz
libtool.morph: skip submodule and translations
translations aren't needed, submodules are already updated by morph
-rw-r--r--libtool.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtool.morph b/libtool.morph
index 81c2ae08..e529458b 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -3,8 +3,8 @@
"kind": "chunk",
"max-jobs": 1,
"configure-commands": [
- "bash bootstrap",
- "./configure --prefix=/usr"
+ "bash bootstrap --skip-po --skip-git",
+ "./configure --prefix=/usr --disable-nls"
],
"build-commands": [
"make"