summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-07 14:03:05 +0000
committerJoe Burmeister <joe.burmeister@codethink.co.uk>2013-09-11 14:31:13 +0100
commit8856eab4bc058ed3fdb8196ac4453cc806a7c53f (patch)
treeb3d061a9ecfbe8905c9f756421d35a714af40c8d
parent246c1fa51bd322892b1dfecaa49bcad116ca9b9f (diff)
downloadwayland-baserock/morph_wl_1.2.tar.gz
Add autoreconf stepbaserock/morph_wl_1.2
-rw-r--r--wayland.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland.morph b/wayland.morph
index b0a907d..36a5e84 100644
--- a/wayland.morph
+++ b/wayland.morph
@@ -4,6 +4,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
+ "autoreconf -ivf",
"./configure --prefix=\"$PREFIX\" --disable-documentation"
]
}