From: Thibault Godouet Date: Sat, 16 Sep 2000 12:35:58 +0000 (+0000) Subject: added a message advising to use configure option than editing manually X-Git-Tag: ver2_9_4~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d66160523a5f168a5b812ed1e1c680cf8923910;p=thirdparty%2Ffcron.git added a message advising to use configure option than editing manually --- diff --git a/Makefile.in b/Makefile.in index dd6c9d3..971f54a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,13 @@ # @configure_input@ -# $Id: Makefile.in,v 1.37 2000-09-15 20:17:42 thib Exp $ +# $Id: Makefile.in,v 1.38 2000-09-16 12:35:58 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 +# in config.h, so you must modify config.h AND Makefile in order +# to set the same values in the two files. + # Where should we install it ? prefix = @prefix@