[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fortran 90/95 support (autoconf)
From: |
Tim Van Holder |
Subject: |
Re: Fortran 90/95 support (autoconf) |
Date: |
Sat, 7 Jul 2001 18:33:50 +0200 |
> I no longer schedule this for 2.51, but 2.52. 2.51 should be released
> RSN, I'm trying to get help at closing the remaining bugs, have a
> round of heavy testing, and then ship it. Say by the end of next
> week.
Any decision on the exeext support? I'd really like to see this is 2.51.
> And anyway, before applying your changes, I think we ought to split
> aclang into aclang, aclang-c (C, C 89, C++), and aclang-fortran. We
> can debate about the names.
Just a small caveat: on DOS, with it's 8+3 restriction, only the first
letter of the language would be significant, so in your example above
we would not be able to add a file for any other language starting with
a 'c' or an 'f'. So maybe the prefix should be a bit shorter (acl-*.m4?).