Dave Goodell skrev 2012-02-25 03:22: > Portland Group C Compiler support based on a code from Jeff Daily @ PNNL > via the automake list and automake bug #8880: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8880 > --- > lib/depcomp | 74 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 74 insertions(+), 0 deletions(-) > > diff --git a/lib/depcomp b/lib/depcomp > index 089f556..4863594 100755 > --- a/lib/depcomp > +++ b/lib/depcomp > @@ -312,6 +312,80 @@ icc) > rm -f "$tmpdepfile" > ;;
Don't forget to bump scriptversion. (And I think this should eventually be committed on the msvc branch. I know that there are no more *planned* releases from branch-1.11, but better safe than sorry. At least until there is a 1.12 release w/o a terrible reputation for some reason, so that 1.11 can be considered truly obsolete. I remember the Libtool 2.0 transition all too well, and Automake 1.11.* has been it for a substantial amount of time. I'm simply not confident that there will be no 1.11.4 release in the future.) Cheers, Peter