summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-22 17:17:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-22 17:17:37 +0000
commit12a93c2dedfa84e7a90f225ad0677602ea851f12 (patch)
tree1863c318c851e007b09ea7de13c62c5ab8309e4d
parenta48c4c545deb4b7488cc04992f3d865dcb4d3012 (diff)
downloadopenssh-12a93c2dedfa84e7a90f225ad0677602ea851f12.tar.gz
openssh.morph: run autoreconf
-rw-r--r--openssh.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssh.morph b/openssh.morph
index 60ba245e..3e168a9c 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -2,6 +2,7 @@
"name": "openssh",
"kind": "chunk",
"configure-commands": [
+ "autoreconf -if",
"./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh"
],
"build-commands": [