X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=9c4b3812cc3f8ede9570d4514d463bf8beaa3c54;hb=37329a5f991870e8f47c8a52f6dd594fef813de6;hp=07978c275143ff6e4c58c59ffc4c4abe31437147;hpb=31f6e9071af7d014dac71d42d61594016832868c;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 07978c2..9c4b381 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.6]) 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