Manfred Hollstein c376ed6452 configure (gcc_version): Initialize properly depending on how and where configure is started.
�
egcs/ChangeLog:
1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
	* configure (gcc_version): Initialize properly depending on
	how and where configure is started.
	(recursion line): Pass a --with-gcc-version=${gcc_version}
	to configures in subdirs.
egcs/libf2c/ChangeLog.egcs:
1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
	* Makefile.in (version): Rename to gcc_version.
	* configure.in (version): Likewise.
	(gcc_version): Add code to use an option passed from parent configure.
	* configure: Regenerate.
egcs/libio/ChangeLog:
1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
	* config.shared (FLAGS_TO_PASS): Add gcc_version.

From-SVN: r20689
1998-06-24 06:16:22 +00:00
..
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1998-05-06 15:09:07 -06:00
1997-09-16 10:01:55 -06:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1998-05-06 15:09:07 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-11-11 04:43:06 -05:00
1997-09-16 10:01:55 -06:00
1997-09-16 10:01:55 -06:00
1998-02-12 16:56:20 -07:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1998-05-06 15:09:07 -06:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1997-09-16 10:01:55 -06:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-09-16 10:01:55 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00
1998-05-06 15:09:07 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00

This is libio, the GNU C/C++ input/output library.

By default, the library is configured to build the C++ iostream
facility (in $libdir/libiostream.a).

The library can be configured to build the C stdio facility
that is part of a C run-time library.

This library is distributed with libg++; see ../libg++/README
for installation instructions, and where to send bug reports
and questions.

* Copyright restrictions

The files in this directory are generally covered by the GNU Public
License (which is in the file ../COPYING), but modified with the
following:

    As a special exception, if you link this library with files
    compiled with a GNU compiler to produce an executable, this does not cause
    the resulting executable to be covered by the GNU General Public License.
    This exception does not however invalidate any other reasons why
    the executable file might be covered by the GNU General Public License.

A few source files and subroutines are covered by other (but
less restrictive) copyright conditions.  E.g. some code (such
as iovfprintf.c) is based on software that was developed by the
University of California, Berkeley, for the Berkeley Software
Distribution (BSD-4.4), and bears their copyright;  and one
file (floatconv.c) is derived from ("free") code copyrighted AT&T.