This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libffi "configure: warning: This is beta code."


Gerald Pfeifer wrote:

> configure: warning: ***********************************************************
> configure: warning: ***********************************************************
> configure: warning: This is beta code.  If you're looking for a stable release
> configure: warning: then use the most recent one - libffi-1.20.
> configure: warning: ***********************************************************
> configure: warning: ***********************************************************
>
> I consider this inappropriate for a (soon to be) released version of GCC.

Yeah, I agree that it could be confusing.

I'm checking the following in to the 3.0 branch and the trunk.

regards

  [ bryce ]

2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

	* configure.in: Remove warning about beta code.
	* configure: Rebuilt.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/libffi/configure.in,v
retrieving revision 1.10.4.3
diff -u -r1.10.4.3 configure.in
--- configure.in	2001/03/29 00:00:40	1.10.4.3
+++ configure.in	2001/05/06 12:52:22
@@ -2,13 +2,6 @@
 AC_INIT(fficonfig.h.in)
 AM_CONFIG_HEADER(fficonfig.h)
 
-AC_MSG_WARN(***********************************************************)
-AC_MSG_WARN(***********************************************************)
-AC_MSG_WARN(This is beta code.  If you're looking for a stable release)
-AC_MSG_WARN(then use the most recent one - libffi-1.20.)
-AC_MSG_WARN(***********************************************************)
-AC_MSG_WARN(***********************************************************)
-
 dnl Default to --enable-multilib
 AC_ARG_ENABLE(multilib,
 [  --enable-multilib       build many library versions (default)],

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]