autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-3-g5


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-3-g5372e97
Date: Tue, 24 Nov 2009 10:19:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=5372e97391ba83dc2e1a1577fdd77ce95d6dcfd7

The branch, master has been updated
       via  5372e97391ba83dc2e1a1577fdd77ce95d6dcfd7 (commit)
      from  6e39718f9e3e1ff1dc2ed0834c6b346759754098 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5372e97391ba83dc2e1a1577fdd77ce95d6dcfd7
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Nov 24 11:13:47 2009 +0100

    Add pgfortran to list of Fortran 95+ compilers.
    
    * lib/autoconf/fortran.m4 (_AC_F95_FC): Add pgfortran before
    pgf95.
    Based on report by Jeff Squyres.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    7 +++++++
 lib/autoconf/fortran.m4 |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aeacaa4..ad025bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-24  Ralf Wildenhues  <address@hidden>
+
+       Add pgfortran to list of Fortran 95+ compilers.
+       * lib/autoconf/fortran.m4 (_AC_F95_FC): Add pgfortran before
+       pgf95.
+       Based on report by Jeff Squyres.
+
 2009-11-22  Bruno Haible  <address@hidden>
 
        Fix failure of test 35 when the user has a .autom4te.cfg file.
diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4
index f5918d0..3239a6e 100644
--- a/lib/autoconf/fortran.m4
+++ b/lib/autoconf/fortran.m4
@@ -306,7 +306,7 @@ AC_DEFUN([_AC_FC_DIALECT_YEAR],
 #  cf77: native F77 compiler under older Crays (prefer over fort77)
 #  fort77: native F77 compiler under HP-UX (and some older Crays)
 #  frt: Fujitsu F77 compiler
-#  pgf77/pgf90/pghpf/pgf95: Portland Group F77/F90/F95 compilers
+#  pgf77/pgf90/pghpf/pgf95/pgfortran: Portland Group F77/F90/F95 compilers
 #  xlf/xlf90/xlf95: IBM (AIX) F77/F90/F95 compilers
 #    Prefer xlf9x to the generic names because they do not reject file
 #    with extension `.f'.
@@ -317,7 +317,7 @@ AC_DEFUN([_AC_FC_DIALECT_YEAR],
 #  fort: Compaq (now HP) Fortran 90/95 compiler for Tru64 and Linux/Alpha
 #  ifort, previously ifc: Intel Fortran 95 compiler for Linux/x86
 #  efc: Intel Fortran 95 compiler for IA64
-m4_define([_AC_F95_FC], [gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 
ftn])
+m4_define([_AC_F95_FC], [gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran 
pgf95 lf95 ftn])
 m4_define([_AC_F90_FC], [xlf90 f90 pgf90 pghpf epcf90])
 m4_define([_AC_F77_FC], [g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77])
 AC_DEFUN([_AC_PROG_FC],


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]