From 75dd423d5edbb52499514b523d5b673a42c29cb4 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 14 Nov 2004 16:32:36 +0000 Subject: [PATCH] made clearer the message in configure: --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7049c7c..84df487 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.104 2004-11-13 19:43:08 thib Exp $ +# $Id: Makefile.in,v 1.105 2004-11-14 16:32:36 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -194,7 +194,8 @@ configure: configure.in @($(MAKE) tar && \ echo "---------------------------------------------" && \ echo "Success !" && \ - echo "(Please ignore the following make error)" && \ + echo "(Please ignore the following make error" && \ + echo " and run your latest make command again)" && \ echo "---------------------------------------------" && \ exit 999) -- 2.40.0