1998-07-14  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Allow egcs-2.92.
This commit is contained in:
Ulrich Drepper 1998-07-14 13:55:11 +00:00
parent 7a68c94a5b
commit 6ad0c357a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-07-14 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Allow egcs-2.92.
1998-07-10 18:14 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* manual/Makefile: Overhauled. Generate libc.texinfo from the

View File

@ -452,7 +452,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 \([egcst0-9.-]*\)],
[egcs-2.91.*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9.[0-9]*],
[egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9.[0-9]*],
critic_missing=t)
AC_CHECK_PROG_VER(MAKE, make gmake, --version,
[version \([0-9][0-9.]*\), by],