summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-05-22 11:50:55 -0400
committerBen Gamari <ben@smart-cactus.org>2017-05-22 11:51:44 -0400
commit0440af6abe592c2366d302d603664fe763ad0828 (patch)
tree4bcbd09d62c9de9a439b2c7723dc7370f3338da3 /configure.ac
parentd6686a254293442a633482eae7ca78be968bef58 (diff)
downloadhaskell-0440af6abe592c2366d302d603664fe763ad0828.tar.gz
Rewrite boot in Python
Test Plan: Validate Reviewers: hvr, austin Subscribers: rwbarton, thomie, erikd Differential Revision: https://phabricator.haskell.org/D3567
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45b2ab3b62..9f742d8c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [glasgow-haske
# when the source distribution was created.
if test ! -f mk/config.h.in; then
- echo "mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?"
+ echo "mk/config.h.in doesn't exist: perhaps you haven't run 'python3 boot'?"
exit 1
fi