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 77, Fri Jul 21 13:09:41 2017 UTC revision 81, Fri Jul 21 18:44:50 2017 UTC
# Line 13  Line 13 
13      AC_MSG_ERROR([Please install GNU Parallel package before proceeding.])      AC_MSG_ERROR([Please install GNU Parallel package before proceeding.])
14  fi  fi
15    
16  #AC_CHECK_PROG(MODULES_CHECK,modulecmd,yes)  AC_CHECK_PROG(PARALLELS_CHECK,sqlite3,yes)
17  #if test x"$MODULES_CHECK" != x"yes" ; then  if test x"$PARALLELS_CHECK" != x"yes" ; then
18  #    AC_MSG_ERROR([Please install environment modules package before proceeding.])      AC_MSG_ERROR([Please install sqlite3 package before proceeding.])
19  #fi  fi
20    
21  AC_PATH_PROG(svnversioncommand, svnversion)  AC_PATH_PROG(svnversioncommand, svnversion)
22  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory";  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory";
23  then  then

Legend:
Removed from v.77  
changed lines
  Added in v.81

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

Powered By FusionForge