From: thib Date: Sun, 14 Nov 2004 16:32:36 +0000 (+0000) Subject: made clearer the message in configure: X-Git-Tag: ver2_9_5_1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75dd423d5edbb52499514b523d5b673a42c29cb4;p=fcron made clearer the message in configure: --- 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)