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 81, Fri Jul 21 18:44:50 2017 UTC revision 90, Tue Jul 25 17:21:44 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    
 AC_CHECK_PROG(PARALLELS_CHECK,sqlite3,yes)  
 if test x"$PARALLELS_CHECK" != x"yes" ; then  
     AC_MSG_ERROR([Please install sqlite3 package before proceeding.])  
 fi  
   
16  AC_PATH_PROG(svnversioncommand, svnversion)  AC_PATH_PROG(svnversioncommand, svnversion)
17  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory";  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory";
18  then  then

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

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

Powered By FusionForge