diff options
author | Roland McGrath <roland@gnu.org> | 2004-02-09 20:20:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-02-09 20:20:23 +0000 |
commit | fe54a69c1c7d5c32eccac960de0ca895017b23a9 (patch) | |
tree | 95b9efc5fb683a22e4c92d0dde960db08ecf24d8 /configure.in | |
parent | 9eec17f5f2e15390fd2dc29bc8212bbc8b688ae5 (diff) | |
download | glibc-fe54a69c1c7d5c32eccac960de0ca895017b23a9.tar.gz |
* 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.in | 4 |
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.) |