Log In | Get Help   
Home My Page Projects Code Snippets Project Openings transition state search using dynamics
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files Wiki
[tsscds] Diff of /trunk/configure.ac
[tsscds] / trunk / configure.ac Repository:
ViewVC logotype

Diff of /trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 244, Thu Mar 1 14:18:12 2018 UTC revision 246, Fri Mar 23 15:41:07 2018 UTC
# Line 10  Line 10 
10    
11  AC_PROG_LN_S  AC_PROG_LN_S
12  AC_PROG_CC  AC_PROG_CC
 AC_PROG_FC([gfortran])  
13  AC_PROG_F77([gfortran])  AC_PROG_F77([gfortran])
14    AC_PROG_FC([gfortran])
15    
16    if test x"$FC" != x"gfortran" ; then
17        AC_MSG_ERROR([Please install gfortran compiler before proceeding.])
18    fi
19    
20    
21  AM_PATH_PYTHON([2])  AM_PATH_PYTHON([2])
22    

Legend:
Removed from v.244  
changed lines
  Added in v.246

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge