source: trunk/src/gcc/contrib/convert_to_g2c@ 597

Last change on this file since 597 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.1 KB
Line 
1#!/bin/sh
2#
3# convert_to_g2c [f2c-dir]
4#
5# Renames certain files in a netlib f2c directory so they have the `.netlib'
6# suffix, a la g77's version of f2c (libg2c). If `f2c-dir' is not specified,
7# `f2c-YYYYMMDD' is the default, where YYYYMMDD is the current date.
8# The directory is renamed such that the first `f' becomes a `g',
9# usually `f2c-YYYYMMDD' -> `g2c-YYYYMMDD'.
10#
11# (C) 1999 Free Software Foundation