From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: mrs@wrs.com (Mike Stump) Cc: egcs@cygnus.com Subject: Re: testing consistency Date: Thu, 11 Sep 1997 12:47:00 -0000 Message-id: <199709111947.MAA01431@cygnus.com> References: <199709111835.LAA25416@kankakee.wrs.com> X-SW-Source: 1997-09/msg00434.html autoconf (configure) should be used to determine if the C compiler one is using will in fact be capable of compiling the Fortran part, if not, it should arrange to bootstrap all by itself. We probably want to bootstrap regardless of which compiler is being used, because this is how gcc builds have always worked, and because this serves as a useful test to verify that gcc was built correctly. I don't think we want to autoconf this. Jim