794228803c
From-SVN: r27174
32 lines
846 B
Plaintext
32 lines
846 B
Plaintext
@c DEVELOPMENT is set to indicate an in-development version,
|
|
@c as compared to a release version. When making a release
|
|
@c (e.g. a release branch in the CVS repository for egcs),
|
|
@c clear this and set the version information correctly.
|
|
@set DEVELOPMENT
|
|
@set version-g77 0.5.25
|
|
@set version-egcs 1.2
|
|
|
|
@c EGCS-G77 is set to indicate this is the EGCS version of g77.
|
|
@clear EGCS-G77
|
|
|
|
@ifclear EGCS-G77
|
|
@c FSF-G77 is set to indicate this is the FSF version of g77.
|
|
@set FSF-G77
|
|
@end ifclear
|
|
|
|
@set email-general egcs@@egcs.cygnus.com
|
|
@set email-bugs egcs-bugs@@egcs.cygnus.com
|
|
@set path-g77 egcs/gcc/f
|
|
@set path-libf2c egcs/libf2c
|
|
|
|
@ifset EGCS-G77
|
|
@set which-g77 EGCS-@value{version-egcs}
|
|
@end ifset
|
|
|
|
@ifset FSF-G77
|
|
@set which-g77 FSF-@value{version-g77}
|
|
@end ifset
|
|
|
|
@set email-burley craig@@jcb-sc.com
|
|
@set www-burley http://world.std.com/%7Eburley
|