X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=a24bfa5a16e84a13c361d739738903a208ac600d;hb=fefb27848de265750174cab10cfb9aba23d10320;hp=07978c275143ff6e4c58c59ffc4c4abe31437147;hpb=31f6e9071af7d014dac71d42d61594016832868c;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 07978c2..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.2]) +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