summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-06-05 10:56:06 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-06-05 10:56:06 +0000
commit5d5d710ed2d6d6bcf61595811b60b80ebdfd3998 (patch)
treea6be798b9fe2dfe13460b70190c646721bfd984f
parentf691c9998d827455a81937c658a7673d62a962d2 (diff)
downloadautomake-baserock/mikedrake/automake/v1.12.2.tar.gz
automake.morph: s/bootstrap/bootstrap.sh/baserock/mikedrake/automake/v1.12.2
-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": [