diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-20 17:58:11 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-20 17:58:11 +0000 |
commit | c525d07790d57bff3da3a220ef87542360dc01fc (patch) | |
tree | c7a0a3203ce34005f243e51a958ec11a8a1731a9 | |
parent | d9346be83c004a0a4d9110ea144779405d264983 (diff) | |
download | gettext-baserock/bootstrap.tar.gz |
gettext.morph: override configurebaserock/bootstrap
autogen.sh should not be used, ever
It does a git clone and wgets some files and does a full build
then distcleans
This has already been done for bootstrap, so we definitely don't
want to do it
-rw-r--r-- | gettext.morph | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gettext.morph b/gettext.morph index 7df4c36dd..5a756eb45 100644 --- a/gettext.morph +++ b/gettext.morph @@ -1,5 +1,8 @@ { "name": "gettext", "kind": "chunk", - "build-system": "autotools" + "build-system": "autotools", + "configure-commands": [ + "./configure --prefix=\"$PREFIX\"" + ] } |