From 9e99937151704730c24c35bea736b5d5010f2aba Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 29 Jan 1998 11:47:56 +0000 Subject: [PATCH] [project @ 1998-01-29 11:47:56 by simonm] add note about 'make install-doc' to the message printed after configuration. --- distrib/configure-bin.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index 956fb96..1e882ff 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -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 "****************************************************" -- 1.7.10.4