X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=268907549df1ea0997e40b852bc5725c20faf3ce;hb=210e991460e82d01d086f853e65485040eb2fffb;hp=822626ea9865e6fe017799b8868aac4b502eda9e;hpb=c68ae5a3674d315df30bc7729b3d89fa7ab83923;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 822626e..2689075 100644 --- a/configure.ac +++ b/configure.ac @@ -9,14 +9,14 @@ dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.3.0]) +AC_INIT([rrdtool],[1.3.1]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.3000 +NUMVERS=1.3001 AC_SUBST(NUMVERS) dnl for the linker to understand which version the library is compatible with @@ -550,6 +550,7 @@ return 0; have_broken_isfinite=no],have_broken_isfinite=yes,[ case "${target}" in hppa*-*-hpux*) have_broken_isfinite=yes ;; + sparc-sun-solaris2.8) have_broken_isfinite=yes ;; *) have_broken_isfinite=no ;; esac]) ])