summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-05-30 15:48:07 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-05-30 15:49:39 +0000
commit7dae1fd62d63ee3197c9417303f50e07a56aed1e (patch)
tree4300a72e73d7161e455c632888546dd995961344
parentfdc078bd80141417c189290959634cd22ca5c82b (diff)
downloadautomake-baserock/mikedrake/automake/v1.14.1.tar.gz
s/bootstrap/bootstrap.sh/baserock/mikedrake/automake/v1.14.1
Seems to be renamed for this version of automake.
-rw-r--r--automake.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.morph b/automake.morph
index c767baf20..110cc0b8b 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": [