about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-09 20:20:23 +0000
committerRoland McGrath <roland@gnu.org>2004-02-09 20:20:23 +0000
commitfe54a69c1c7d5c32eccac960de0ca895017b23a9 (patch)
tree95b9efc5fb683a22e4c92d0dde960db08ecf24d8 /configure.in
parent9eec17f5f2e15390fd2dc29bc8212bbc8b688ae5 (diff)
downloadglibc-fe54a69c1c7d5c32eccac960de0ca895017b23a9.tar.gz
glibc-fe54a69c1c7d5c32eccac960de0ca895017b23a9.tar.xz
glibc-fe54a69c1c7d5c32eccac960de0ca895017b23a9.zip
* configure.in: Don't set CCVERSION.
	* configure: Regenerated.
	* glibcbug.in: File removed.
	* Makefile (install-bin-script): Remove glibcbug.
	(glibcbug): Target removed.
	(distclean-1): Don't rm glibcbug.
	(distribute): Remove glibcbug.in.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 424123df68..2f1785881f 100644
--- a/configure.in
+++ b/configure.in
@@ -749,10 +749,6 @@ test -n "$aux_missing" && AC_MSG_WARN([
 *** some features will be disabled.
 *** Check the INSTALL file for required versions.])
 
-# glibcbug.in wants to know the compiler version.
-CCVERSION=`$CC -v 2>&1 | sed -n 's/gcc version //p'`
-AC_SUBST(CCVERSION)
-
 # if using special system headers, find out the compiler's sekrit
 # header directory and add that to the list.  NOTE: Only does the right
 # thing on a system that doesn't need fixincludes.  (Not presently a problem.)