This is the mail archive of the gcc-patches@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: libf2c requires autoheader


[ Followup-To: egcs-patches@cygnus.com ]

On Sun, 19 Jul 1998, Jeffrey A Law wrote:
>> As a have been using CVS for six months now on a daily basis without
>> ever having to resort to installing autoconf, I believe this to be
>> 
>>  o either a bug in the configure/Makefile stuff,
>>  o an inconsistency in the CVS repository or
>>  o a bug in the script at http://egcs.cygnus.com/faq.html#generated_files.
> Please read the FAQ.  It covers this kind of stuff.  This is not a
> problem in the repostiroy.

Cleary I read the FAQ -- how else could I have referenced the exact
location of the incomplete update script? :-/

> It may be the case that the FAQ needs to be updated due to recent
> libf2c changes.  I don't know.

I have investigated, and here is a patch that should fix that.

Gerald



Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.30
diff -c -3 -p -r1.30 faq.html
*** faq.html	1998/07/14 03:01:30	1.30
--- faq.html	1998/07/20 13:19:52
*************** touch `find egcs/texinfo -name \*.gmo -p
*** 556,561 ****
--- 556,562 ----
  touch egcs/gcc/{c-parse.y,cstamp-h.in,c-gperf.h,c-parse.c,c-parse.h,cexp.c}
  touch egcs/gcc/cp/{parse.c,parse.h}
  touch egcs/gcc/objc/objc-parse.{c,y}
+ touch egcs/libf2c/libU77/stamp-h.in
  </pre>
  
  <hr>
*************** if you have RH 5.0.
*** 671,677 ****
  
  <hr>
  <p><a href="index.html">Return to the egcs home page</a>
! <p><i>Last modified:  July 5, 1998</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>
--- 672,678 ----
  
  <hr>
  <p><a href="index.html">Return to the egcs home page</a>
! <p><i>Last modified:  July 20, 1998</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>



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