From a5d6b864c620ac6b7431b3d9bb6536a90e8bca38 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 10 Oct 2001 09:56:51 +0000 Subject: [PATCH] Include some information about the compiler and compiler flags used with bug reports. --- muttbug.sh.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/muttbug.sh.in b/muttbug.sh.in index 58e3d7d01..0f368a8d1 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -212,6 +212,21 @@ if test "$DEBIAN" = "yes" ; then grep -v '^---' fi +echo +echo "-- Build environment information" +echo +echo "(Note: This is the build environment installed on the system" +echo "muttbug is run on. Information may or may not match the environment" +echo "used to build mutt.)" +echo +echo "- gcc version information" +echo "@CC@" +@CC@ -v 2>&1 +echo +echo "- CFLAGS" +echo @CFLAGS@ + + echo echo "-- Mutt Version Information" echo -- 2.40.0