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]

Corrections to libchill


This is only minor, but it looks like the libchill configure.in file was
stolen from libf2c.

Ben

Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libchill/configure.in,v
retrieving revision 1.2
diff -c -r1.2 configure.in
*** configure.in	1998/09/13 20:37:15	1.2
--- configure.in	1998/09/21 10:03:03
***************
*** 4,21 ****
  #
  #This file is part of GNU CC.
  #
! #GNU Fortran is free software; you can redistribute it and/or modify
  #it under the terms of the GNU General Public License as published by
  #the Free Software Foundation; either version 2, or (at your option)
  #any later version.
  #
! #GNU Fortran is distributed in the hope that it will be useful,
  #but WITHOUT ANY WARRANTY; without even the implied warranty of
  #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #GNU General Public License for more details.
  #
  #You should have received a copy of the GNU General Public License
! #along with GNU Fortran; see the file COPYING.  If not, write to
  #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
  #02111-1307, USA.
  
--- 4,21 ----
  #
  #This file is part of GNU CC.
  #
! #GNU CHILL is free software; you can redistribute it and/or modify
  #it under the terms of the GNU General Public License as published by
  #the Free Software Foundation; either version 2, or (at your option)
  #any later version.
  #
! #GNU CHILL is distributed in the hope that it will be useful,
  #but WITHOUT ANY WARRANTY; without even the implied warranty of
  #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #GNU General Public License for more details.
  #
  #You should have received a copy of the GNU General Public License
! #along with GNU CHILL; see the file COPYING.  If not, write to
  #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
  #02111-1307, USA.




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