diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
commit | d2fdf91ce20bc64a4d486df8d195b6b05b000db9 (patch) | |
tree | 7c99dbb723f0f764b73815e8eb5379e662620a93 /configure.ac | |
parent | 7e4fa0a6153ffa7dd17a33d5ab51b7181933590b (diff) | |
download | haskell-d2fdf91ce20bc64a4d486df8d195b6b05b000db9.tar.gz |
autoreconf -> sh boot
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 70936e2bbb..ac9835ae41 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [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 'autoreconf'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'sh boot'?" exit 1 fi |