1
1

Remove AC_FC_SRCEXT(f95) because a) we don't have any files in the

source tree that are named .f95, and b) it sets the future file
extension for Fortran AC tests to be .f95.  This is not a problem for
gfortran, but other compilers (e.g., ifort) don't like that.

This commit was SVN r9040.
Этот коммит содержится в:
Jeff Squyres 2006-02-14 20:28:18 +00:00
родитель c674c165fd
Коммит e7528cad6f

Просмотреть файл

@ -1,6 +1,6 @@
dnl -*- shell-script -*- dnl -*- shell-script -*-
dnl dnl
dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana dnl Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
dnl University Research and Technology dnl University Research and Technology
dnl Corporation. All rights reserved. dnl Corporation. All rights reserved.
dnl Copyright (c) 2004-2005 The University of Tennessee and The University dnl Copyright (c) 2004-2005 The University of Tennessee and The University
@ -119,7 +119,6 @@ AS_IF([test $OMPI_WANT_F90_BINDINGS -eq 1],
[AC_LANG_PUSH(Fortran) [AC_LANG_PUSH(Fortran)
AC_FC_SRCEXT(f) AC_FC_SRCEXT(f)
AC_FC_SRCEXT(f90) AC_FC_SRCEXT(f90)
AC_FC_SRCEXT(f95)
AC_LANG_POP(Fortran)]) AC_LANG_POP(Fortran)])
# All done -- save values # All done -- save values