X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.ac;h=87ba96ab1b7e0a6ddd3cf0d7258e5e62d46a06b2;hb=23ea03c25eb95a915f6ece3f6912eb95beb40882;hp=e0fccd69c8ad1a50ca787b276f973b03da836823;hpb=2d30b1c2ed74ba38dec4db5fb3f9a26d7fe65e81;p=ctsim.git diff --git a/configure.ac b/configure.ac index e0fccd6..87ba96a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl CDPATH= AC_INIT AC_CONFIG_SRCDIR([src/ctsim.cpp]) -AM_INIT_AUTOMAKE(ctsim,4.0.2) +AM_INIT_AUTOMAKE(ctsim,4.2.0) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -246,7 +246,7 @@ AC_MSG_CHECKING([for CPU specification]) AC_ARG_WITH(mcpu, [ --with-mcpu[=CPU] Set name of CPU for gcc -mcpu]) -if [ "$withval" == "" ] || [ "$withval" == "no" ]; then +if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([$withval])