From: Ulrich Drepper Date: Sat, 28 Aug 1999 22:19:13 +0000 (+0000) Subject: Get CCVERSION from autoconf substitution. X-Git-Tag: cvs/glibc_2-1-2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00905ad925108906d16072ab407821049a597d35;p=thirdparty%2Fglibc.git Get CCVERSION from autoconf substitution. --- diff --git a/glibcbug.in b/glibcbug.in index 733f5d9c95a..c47a7720775 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -10,6 +10,7 @@ RELEASE="@RELEASE@" ADDONS="@subdirs@" HOST="@host@" CC='@CC@' +CCVERSION='@CCVERSION@' CFLAGS="@CFLAGS@" SYSINCLUDES="@SYSINCLUDES@" VERSIONING="@VERSIONING@" @@ -109,7 +110,6 @@ SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \ ( [ -f /usr/bin/uname ] && /usr/bin/uname -a ) || echo ""` ARCH=`[ -f /bin/arch ] && /bin/arch` MACHINE=`[ -f /bin/machine ] && /bin/machine` -CCVERSION=`$CC -v 2>&1 | sed -n 's/gcc version //p'` case $HOST in *linux*) KHDRS=`(echo '#include '