summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-20 18:29:52 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-20 18:29:52 +0000
commit729d36019134fb6dc034b5e5b01b390c11afbd63 (patch)
tree92a8cb2d269cf6d196f70c932daf9db45b29861d
parentd6e974ed0e97eaa35caadbefd591959374174616 (diff)
downloadgettext-729d36019134fb6dc034b5e5b01b390c11afbd63.tar.gz
gettext.morph: add --quick to autogen.sh
This stops autogen.sh from building everything then distcleaning. This possibly makes sense for releasing tarballs, but we build from this version control.
-rw-r--r--gettext.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext.morph b/gettext.morph
index 9cb1f8c61..7eb2ec599 100644
--- a/gettext.morph
+++ b/gettext.morph
@@ -2,7 +2,7 @@
"name": "gettext",
"kind": "chunk",
"configure-commands": [
- "GNULIB_TOOL=\"gnulib/gnulib-tool\" sh autogen.sh",
+ "GNULIB_TOOL=\"gnulib/gnulib-tool\" sh autogen.sh --quick",
"./configure --prefix=/usr --disable-nls"
],
"build-commands": [