summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-10-02 15:47:35 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-15 18:25:58 +0000
commit3b48685c1713023b749a853956c88dd2c4a3d78b (patch)
tree5b0c1c23a79a741be53018b527ffc3d0d1f64b30
parent3f2bddc113f15119f3948fc02b04041d39bee9dc (diff)
downloadconnman-3b48685c1713023b749a853956c88dd2c4a3d78b.tar.gz
Updated connman.morph to use bootstrap prior to configure.
-rw-r--r--connman.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/connman.morph b/connman.morph
index afc24577..f9ba0022 100644
--- a/connman.morph
+++ b/connman.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "autoreconf",
+ "./bootstrap",
"./configure --prefix=\"$PREFIX\" LIBS=-lncurses"
]
}