X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=2d97a5aa68e4a2944e86136f6f81d158807ee3f0;hb=200476039d2419e66e925c422099e062390880c0;hp=a734bb6ea626aeec7796e02c91c01e6c3a136155;hpb=3fb3fd8623e4b46f6c0147b6c5095e61798ac811;p=rrdtool.git diff --git a/configure.ac b/configure.ac index a734bb6..2d97a5a 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.2rc3]) 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,