X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=912e68b719da9ee82c6c324d20bac30eaf16e0f6;hb=2a2fa9e5860bd6cbc484aa4955730d907e2025c8;hp=8791c2ad0ad00851c66722f797f5cc2bfa7d573c;hpb=87617d608f152fd298bcace0d881c92b5538d65d;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 8791c2a..912e68b 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.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 @@ -385,6 +385,10 @@ AC_SUBST(TCL_SHLIB_SUFFIX) AC_SUBST(TCL_PACKAGE_PATH) AC_SUBST(TCL_LD_SEARCH_FLAGS) +dnl Check for python +AM_PATH_PYTHON(2.3) +AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)]) + dnl Check for nroff @@ -431,6 +435,7 @@ AC_CONFIG_FILES([examples/shared-demo.pl \ src/Makefile \ bindings/Makefile \ bindings/tcl/Makefile \ + bindings/python/Makefile \ Makefile]) AC_CONFIG_COMMANDS([default],[[\ chmod +x examples/*.cgi examples/*.pl]],[[]]) @@ -460,6 +465,7 @@ echo " Perl Binary: $PERL" echo " Perl Version: $PERL_VERSION" echo " Perl Options: $PERL_MAKE_OPTIONS" echo " Tcl Config: $tcl_config" +echo " Python Version: $PYTHON_VERSION" echo " Build rrdcgi: $enable_rrdcgi" echo " Build librrd MT: $enable_pthread" echo