From 808788265e15bf88d8cad9baf9525a83c4efa82b Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Sat, 9 May 2009 21:20:09 +0000 Subject: [PATCH] More details in the output of echoping -V --- SRC/compilation.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/compilation.h.in b/SRC/compilation.h.in index a2133f9..7547093 100644 --- a/SRC/compilation.h.in +++ b/SRC/compilation.h.in @@ -1,3 +1,3 @@ -#define COMPILATION_OPTIONS "@PACKAGE_NAME@ @PACKAGE_VERSION@ compiled with @CC@ on @hostname@ (@host@)\n at @compil_date@ with options:\n@compil_options@\n\nPlugins are searched in @plugins_dir@." +#define COMPILATION_OPTIONS "@PACKAGE_NAME@ @PACKAGE_VERSION@ compiled with @CC@ on @hostname@ (@host@)\n at @compil_date@ with options:\nCFLAGS= @CFLAGS@\nLDFLAGS= @LDFLAGS@\n@compil_options@\n\nPlugins are searched in @plugins_dir@." /* $Id$ */