X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.ac;h=d3156cc75dc2e59d6f22e9666d1c201ffbb32ff4;hb=12e93f61f454753cf5ff5f0f96f3ba56baa273f7;hp=a048b4709f4ccc8a008145af8e3c22aea90e1d18;hpb=d84febd85035c7985334618cdda43df21824efbe;p=ctsim.git diff --git a/configure.ac b/configure.ac index a048b47..d3156cc 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ 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 +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(ctsim,5.1.1) +AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -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])