>> C Compiler: gcc >> C Compiler LyX flags: >> C Compiler flags: -D_FORTIFY_SOURCE=2 -g -O2 >> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security > > > This is actually useless since we do not compile C anymore. I propose to > remove it,
Is the attached patch all that needs to be done? Can it go in? Scott
From ab2cb10bf250f2895d807e808f09f380eb98e577 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak <skost...@lyx.org> Date: Wed, 31 Oct 2012 02:27:11 -0400 Subject: [PATCH] Remove C Compiler information from -version output --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index f9c35bf..83f4c99 100644 --- a/configure.ac +++ b/configure.ac @@ -237,9 +237,6 @@ real_localedir=`eval "echo \`eval \"echo ${datadir}/locale\"\`"` VERSION_INFO="Configuration\n\ Host type: ${host}\n\ Special build flags: ${lyx_flags}\n\ - C Compiler: ${CC} ${CC_VERSION}\n\ - C Compiler LyX flags: ${AM_CPPFLAGS} ${AM_CFLAGS}\n\ - C Compiler flags: ${CPPFLAGS} ${CFLAGS}\n\ C++ Compiler: ${CXX} ${CXX_VERSION}\n\ C++ Compiler LyX flags: ${AM_CPPFLAGS} ${AM_CXXFLAGS}\n\ C++ Compiler flags: ${CPPFLAGS} ${CXXFLAGS}\n\ -- 1.7.9.5