diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-20 14:56:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-20 14:56:42 +0000 |
commit | 158bfac450eb9e54568ab3d3cd37623c7b0feca7 (patch) | |
tree | 67b16b7cfaf4a62a86a22a52b31a8fed7526ca7d | |
parent | 1c25bcacbe58057d511fb5eae19a0af5d43a2b75 (diff) | |
download | glibc-158bfac450eb9e54568ab3d3cd37623c7b0feca7.zip glibc-158bfac450eb9e54568ab3d3cd37623c7b0feca7.tar.gz glibc-158bfac450eb9e54568ab3d3cd37623c7b0feca7.tar.bz2 |
Update.
1999-05-20 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Recognize and allow gcc 2.95.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1999-05-20 Ulrich Drepper <drepper@cygnus.com> + + * configure.in: Recognize and allow gcc 2.95. + 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/generic/bits/elfclass.h: Version common to diff --git a/configure.in b/configure.in index ccbec0c..ffc68f1 100644 --- a/configure.in +++ b/configure.in @@ -445,7 +445,7 @@ AC_PROG_LN_S AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, [version \([egcygnustp-]*[0-9.]*\)], - [egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|pgcc-2.9[1-9].*|pgcc-2.90.2[789]|pgcc-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|cygnus-2.9[1-9].*], + [egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|*gcc-2.9[1-9].*|pgcc-2.90.2[789]|pgcc-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|cygnus-2.9[1-9].*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]], critic_missing=t) AC_CHECK_PROG_VER(MAKE, make gmake, --version, [version \([0-9][0-9.]*\), by], |