Update server directory
[ctsim.git] / configure.ac
index 7a5bf0649b350c15774c43acada1eec3c820f125..d3156cc75dc2e59d6f22e9666d1c201ffbb32ff4 100644 (file)
@@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
-AC_INIT([CTSim], [5.1.3], [ctsim-users@b9.com], [ctsim], [http://www.ctsim.org/])
+AC_INIT([CTSim], [5.2.0], [ctsim-users@b9.com], [ctsim], [http://www.ctsim.org/])
 AC_CONFIG_SRCDIR([src/ctsim.cpp])
 AM_MAINTAINER_MODE
 AM_INIT_AUTOMAKE
@@ -251,7 +251,7 @@ AC_ARG_WITH(ctn,
      fi ]
 )
 
-if test "$withval" == "no" -o "$withval" == "NONE" ; then
+if test "$withval" = "no" -o "$withval" = "NONE" ; then
   AC_MSG_CHECKING([for CTN DICOM installation])
   AC_MSG_RESULT([disabled])
 else
@@ -270,7 +270,7 @@ else
       break
     fi
   done
-  if test "$ctnlib" == "true" -a "$ctninclude" == "true" ; then
+  if test "$ctnlib" = "true" -a "$ctninclude" = "true" ; then
       ctn="true"
       AC_DEFINE(HAVE_CTN_DICOM,1,[ctn dicom library])
       AC_MSG_RESULT([yes])
@@ -284,7 +284,7 @@ AC_MSG_CHECKING([for CPU specification])
 AC_ARG_WITH(mcpu,
 [  --with-mcpu[=CPU]         Set name of CPU for gcc -mcpu])
 
-if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then
+if test "$withval" = "no" -o "$withval" = "yes" -o "$withval" = ""; then
   AC_MSG_RESULT([no])
 else
   AC_MSG_RESULT([$withval])