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 3, Fri Jun 16 10:32:13 2017 UTC revision 4, Mon Jun 19 10:49:20 2017 UTC
# Line 1  Line 1 
 #                                               -*- Autoconf -*-  
 # Process this file with autoconf to produce a configure script.  
   
 AC_PREREQ([2.69])  
1  AC_INIT([tsscds], [0.1], [emilio.nunez@usc.es])  AC_INIT([tsscds], [0.1], [emilio.nunez@usc.es])
2  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
3  AC_CONFIG_SRCDIR([src/bbfs.f90])  AC_CONFIG_SRCDIR([src/bbfs.f90])
4    AC_PREFIX_DEFAULT([$HOME])
5  AC_PROG_AWK  AC_PROG_AWK
6  AC_PROG_LN_S  AC_PROG_LN_S
7  AC_PROG_FC([gfortran],[Fortran 90])  AC_PROG_CC
8  AC_CONFIG_FILES([Makefile src/Makefile])  AC_PROG_FC([gfortran])
9    AC_PROG_F77([gfortran])
10    AC_CONFIG_FILES([Makefile])
11    AC_OUTPUT([ src/Makefile \
12                src/HL/Makefile\
13                 scripts/Makefile\
14                 scripts/CATscripts/Makefile\
15                 scripts/HLscripts/Makefile\
16                 scripts/MOPAC_DEV/Makefile\
17                 docs/Makefile\
18                 modules/Makefile\
19                 examples/Makefile])
20    
21    
 AC_OUTPUT  

Legend:
Removed from v.3  
changed lines
  Added in v.4

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

Powered By FusionForge