X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=4e7d958f31a16fc1d3112da262e43f00be4cba86;hb=6a479662c8911014441e75d81432af291c2e598c;hp=8791c2ad0ad00851c66722f797f5cc2bfa7d573c;hpb=87617d608f152fd298bcace0d881c92b5538d65d;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 8791c2a..4e7d958 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl Inspiration from http://autoconf-archive.cryp.to dnl tell automake the this script is for rrdtool -AC_INIT([rrdtool],[1.2.3]) +AC_INIT([rrdtool],[1.2.5]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -311,7 +311,7 @@ else AC_MSG_RESULT($perlcc) if test ! -x $perlcc; then AC_PATH_PROG(PERLCC, ${perlcc}, no) - if test -x $"x$PERLCC" = "xno"; then + if test -x "x$PERLCC" = "xno"; then AC_MSG_WARN([ I would not find the Compiler ($perlcc) that was originally used to compile your perl binary. You should either make sure that this compiler is available on your