[project @ 1998-01-29 11:47:56 by simonm]
authorsimonm <unknown>
Thu, 29 Jan 1998 11:47:56 +0000 (11:47 +0000)
committersimonm <unknown>
Thu, 29 Jan 1998 11:47:56 +0000 (11:47 +0000)
add note about 'make install-doc' to the message printed after
configuration.

distrib/configure-bin.in

index 956fb96..1e882ff 100644 (file)
@@ -116,8 +116,8 @@ AC_PROG_GNUCPP
 #
 AC_OUTPUT(Makefile)
 
-echo "**************************************************"
+echo "****************************************************"
 echo "Configuration done, ready to either 'make install'"
-echo "or 'make in-place'."
+echo "or 'make in-place', followed by 'make install-docs'."
 echo "(see README and INSTALL files for more info.)"
-echo "**************************************************"
+echo "****************************************************"