[project @ 1997-10-09 15:43:17 by simonm]
authorsimonm <unknown>
Thu, 9 Oct 1997 15:43:17 +0000 (15:43 +0000)
committersimonm <unknown>
Thu, 9 Oct 1997 15:43:17 +0000 (15:43 +0000)
fix dangling backquote in last commit.

distrib/configure-bin.in

index 90967f4..afbab59 100644 (file)
@@ -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 "**************************************************"