diff options
author | Ian Lynagh <igloo@earth.li> | 2010-05-16 12:26:09 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-05-16 12:26:09 +0000 |
commit | d70136c3a53cc08098458bf2a60b1657e71c6697 (patch) | |
tree | 4713797eb85e29be2d0b45dbe13130e6759037d7 /configure.ac | |
parent | 8aac921cbf7b58b67d202df2fc59a88011d6fdb3 (diff) | |
download | haskell-d70136c3a53cc08098458bf2a60b1657e71c6697.tar.gz |
Update various 'sh boot's to 'perl boot'
Spotted by Marco TĂșlio Gontijo e Silva
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 51b04d6bc7..d2386d19cd 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-hask # 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 'sh boot'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?" exit 1 fi |