X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=a24bfa5a16e84a13c361d739738903a208ac600d;hb=ee5c354c98d7393c92829a865279e3eb83a3b038;hp=979fcf8c275b31f6ed38b19d8c5f25d3e37ddd77;hpb=1a95ccbf9075ad1d591190fa1ea9f4a5879205bc;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 979fcf8..a24bfa5 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.0]) +AC_INIT([rrdtool],[1.2.4]) 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