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 185, Wed Oct 18 08:52:05 2017 UTC revision 231, Fri Dec 15 08:23:31 2017 UTC
# Line 41  Line 41 
41          AC_MSG_ERROR([Please install zenity package before proceeding.])          AC_MSG_ERROR([Please install zenity package before proceeding.])
42  fi  fi
43    
44    AC_PATH_PROG(BC_CALCULATOR, bc, no)
45    if test x"$BC_CALCULATOR" = xno; then
46            AC_MSG_ERROR([Please install bc package before proceeding.])
47    fi
48    
49    
50  AC_PATH_PROG(svnversioncommand, svnversion)  AC_PATH_PROG(svnversioncommand, svnversion)
51  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory" || test "`$svnversioncommand -n '.'`" = "exported";  if test "X$svnversioncommand" = "X" || test "`$svnversioncommand -n '.'`" = "Unversioned directory" || test "`$svnversioncommand -n '.'`" = "exported";
52  then  then

Legend:
Removed from v.185  
changed lines
  Added in v.231

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

Powered By FusionForge