From 76eb32ad02c69685d653999bf68747e8be166a92 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 9 Oct 1997 15:43:17 +0000 Subject: [PATCH] [project @ 1997-10-09 15:43:17 by simonm] fix dangling backquote in last commit. --- distrib/configure-bin.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "**************************************************" -- 1.7.10.4