X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=39a7063223a41d893844de06682aa20ceb348014;hb=30bc0d43a3acff0788fcc303707eaf7f58763a9d;hp=f385ebc54997a9a1cc391ea85499cf16869e48cc;hpb=c2588300e3b61df51b846dd79d90b3da9628d0cb;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)