From: simonm Date: Thu, 9 Oct 1997 15:43:17 +0000 (+0000) Subject: [project @ 1997-10-09 15:43:17 by simonm] X-Git-Tag: Approx_2487_patches~1397 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=76eb32ad02c69685d653999bf68747e8be166a92;p=ghc-hetmet.git [project @ 1997-10-09 15:43:17 by simonm] fix dangling backquote in last commit. --- diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index 90967f4..afbab59 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -114,7 +114,7 @@ AC_PROG_GNUCPP AC_OUTPUT(Makefile) echo "**************************************************" -echo "Configuration done, ready to either `make install' " -echo "" +echo "Configuration done, ready to either 'make install'" +echo "or 'make in-place'." echo "(see README and INSTALL files for more info.)" echo "**************************************************"