From 6ee98cae7199399deac0bbd2c12077150a88d619 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 16 Sep 2000 12:36:37 +0000 Subject: [PATCH] added a message advising to use configure option than editing manually the defines made by configure --- config.h.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index f7a2392..c2f9332 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.19 2000-09-15 20:18:13 thib Exp $ */ + /* $Id: config.h.in,v 1.20 2000-09-16 12:36:37 thib Exp $ */ /* *********************************************************** */ @@ -121,6 +121,11 @@ /* ****************************************************************** */ /* *** options which are set by configure script ******************** */ +/* The following should not be edited manually (use configure options) + * If you must do it, BEWARE : some of the following is also defined + * in the Makefile, so you must modify config.h AND Makefile in order + * to set the same values in the two files. */ + #undef VERSION_QUOTED /* *** paths *** */ -- 2.40.0