summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c43464c)
raw | patch | inline | side by side (parent: c43464c)
author | Sebastian Harl <sh@teamix.net> | |
Wed, 13 Jun 2012 12:33:05 +0000 (14:33 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 13 Sep 2012 08:58:16 +0000 (10:58 +0200) |
Some versions of Perl / ExtUtils::MakeMaker will else abort with an error
message explaining INSTALL_BASE and PREFIX may not be used both. However, I
don't know where the other definition comes from.
Signed-off-by: Florian Forster <octo@collectd.org>
message explaining INSTALL_BASE and PREFIX may not be used both. However, I
don't know where the other definition comes from.
Signed-off-by: Florian Forster <octo@collectd.org>
bindings/Makefile.am | patch | blob | history |
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index f39e9bbb2778b60a47c138a4ea3ee8f02563126d..69312fd1a1e36ebd0915e4c18f30e61226621e4a 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
perl/Makefile: .perl-directory-stamp perl/Makefile.PL \
$(top_builddir)/config.status
- cd perl && @PERL@ Makefile.PL PREFIX=$(prefix) @PERL_BINDINGS_OPTIONS@
+ cd perl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
.perl-directory-stamp:
if test ! -d perl; then \