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 90, Tue Jul 25 17:21:44 2017 UTC revision 92, Wed Jul 26 10:15:14 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(SQLITE_CHECK,sqlite3,yes)
17    if test x"$SQLITE_CHECK" != x"yes" ; then
18        AC_MSG_ERROR([Please install sqlite3 package before proceeding.])
19    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.90  
changed lines
  Added in v.92

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

Powered By FusionForge