X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=39a7063223a41d893844de06682aa20ceb348014;hb=dae2c9bef213b127efc8b7c413d9a8aadcb3c708;hp=f385ebc54997a9a1cc391ea85499cf16869e48cc;hpb=b7d9dcba7690722167ed5714aacbab7dd40cf5bb;p=rrdtool.git diff --git a/configure.ac b/configure.ac index f385ebc..39a7063 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl determine the type of system we are running on AC_SUBST(VERSION) dnl where we install our stuff ... -AC_PREFIX_DEFAULT( /usr/local/rrdtool-1.1.0 ) +AC_PREFIX_DEFAULT( /usr/local/rrdtool-$PACKAGE_VERSION ) dnl Minimum Autoconf version required. AC_PREREQ(2.59)