summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-06-05 13:10:28 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-06-05 13:10:28 +0000
commitf9f7c647a617f47ecfd667c15d1f9cfeab518fac (patch)
tree746ab3c43d64d08b3f12cb300b79b82d5e8ba9bc
parent13a4d1f91ab36e3b5a54506dca84279e95707cd7 (diff)
downloadautomake-baserock/mikedrake/automake/v1.13.4.tar.gz
automake.morph: s/bootstrap/bootstrap.sh/baserock/mikedrake/automake/v1.13.4
-rw-r--r--automake.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.morph b/automake.morph
index 2a32306fe..56e5414fc 100644
--- a/automake.morph
+++ b/automake.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./bootstrap",
+ "./bootstrap.sh",
"./configure --prefix=\"$PREFIX\""
],
"build-commands": [