summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 396fb10)
raw | patch | inline | side by side (parent: 396fb10)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 4 Oct 2008 15:50:35 +0000 (15:50 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 4 Oct 2008 15:50:35 +0000 (15:50 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1573 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 3d7dd062ebdab46b9d564da6600812a619e19171..32216b5552802804f518ea2d5f848c8791c35382 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl the official version number is
dnl a.b.c
-AC_INIT([rrdtool],[1.3.3])
+AC_INIT([rrdtool],[1.3.4])
dnl for testing a numberical version number comes handy
dnl the released version are
case "${target}" in
hppa*-*-hpux*) ac_cv_have_broken_isfinite=yes ;;
*-sun-solaris2.8) ac_cv_have_broken_isfinite=yes ;;
+ *-sun-solaris2.9) ac_cv_have_broken_isfinite=yes ;;
*) ac_cv_have_broken_isfinite=no ;;
esac])
])
-dnl the test does not seem to work on solaris 2.8
+dnl the test does not seem to work on solaris 2.8/9
dnl so lets fix this by hand
case "${target}" in
*-sun-solaris2.8) ac_cv_have_broken_isfinite=yes ;;
+ *-sun-solaris2.9) ac_cv_have_broken_isfinite=yes ;;
esac
if test "x$ac_cv_have_broken_isfinite" = "xno"; then