Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 818205f6325473533f345b0ba31e289d > files > 9

mutt-1.4.2.3-alt1.src.rpm

--- mutt-1.3.28/muttbug.sh.in.orig	Wed Oct 10 13:56:51 2001
+++ mutt-1.3.28/muttbug.sh.in	Tue Apr 16 12:54:52 2002
@@ -32,6 +32,7 @@
 
 prefix=@prefix@
 
+CC=@CC@
 DEBUGGER=@DEBUGGER@
 SENDMAIL=@SENDMAIL@
 sysconfdir=@sysconfdir@
@@ -205,12 +206,12 @@
 echo
 echo
 
-if test "$DEBIAN" = "yes" ; then
-	echo "Obtaining Debian-specific information..." > /dev/tty
-	bug -p -s dummy mutt |                                 \
-		sed -n -e "/^-- System Information/,/^---/p" | \
-		grep -v '^---'
-fi
+#if test "$DEBIAN" = "yes" ; then
+#	echo "Obtaining Debian-specific information..." > /dev/tty
+#	bug -p -s dummy mutt |                                 \
+#		sed -n -e "/^-- System Information/,/^---/p" | \
+#		grep -v '^---'
+#fi
 
 echo 
 echo "-- Build environment information"
@@ -221,7 +222,7 @@
 echo
 echo "- gcc version information"
 echo "@CC@"
-@CC@ -v 2>&1
+$CC -v 2>&1
 echo
 echo "- CFLAGS"
 echo @CFLAGS@