X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=a67ea55145a5ae810a2a0e4e720290f7042e70af;hb=d13a11d9abb791a0755bddb8a74ed36be59a82ad;hp=a734bb6ea626aeec7796e02c91c01e6c3a136155;hpb=3fb3fd8623e4b46f6c0147b6c5095e61798ac811;p=rrdtool.git diff --git a/configure.ac b/configure.ac index a734bb6..a67ea55 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.2rc1]) +AC_INIT([rrdtool],[1.2rc5]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -309,7 +309,10 @@ AC_MSG_CHECKING(Perl Modules to build) AC_MSG_RESULT(${COMP_PERL:-No Perl Modules will be built}) # Options to pass when configuring perl module -PERL_MAKE_OPTIONS="PREFIX=$prefix LIB=$prefix/lib/perl/$PERL_VERSION" +ppref=$prefix +test "x$ppref" = xNONE && ppref=$ac_default_prefix + +PERL_MAKE_OPTIONS="PREFIX=$ppref LIB=$ppref/lib/perl/$PERL_VERSION" dnl pass additional perl options when generating Makefile from Makefile.PL AC_ARG_ENABLE(perl-site-install,