Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444360
Collapse All | Expand All

(-)a/bindings/Makefile.am (-1 / +1 lines)
Lines 48-54 perl: buildperl/Makefile Link Here
48
buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
48
buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
49
	$(top_builddir)/config.status
49
	$(top_builddir)/config.status
50
	cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
50
	cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
51
buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
51
buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
(-)a/configure.in (-2 / +1 lines)
Lines 5062-5067 then Link Here
5062
fi
5062
fi
5063
dnl Perl bindings
5063
dnl Perl bindings
5064
PERL_BINDINGS_OPTIONS="PREFIX=${prefix}"
5064
AC_ARG_WITH(perl-bindings, [AS_HELP_STRING([--with-perl-bindings@<:@=OPTIONS@:>@], [Options passed to "perl Makefile.PL".])],
5065
AC_ARG_WITH(perl-bindings, [AS_HELP_STRING([--with-perl-bindings@<:@=OPTIONS@:>@], [Options passed to "perl Makefile.PL".])],
5065
[
5066
[
5066
	if test "x$withval" != "xno" && test "x$withval" != "xyes"
5067
	if test "x$withval" != "xno" && test "x$withval" != "xyes"
Lines 5069-5080 AC_ARG_WITH(perl-bindings, [AS_HELP_STRING([--with-perl-bindings@<:@=OPTIONS@:>@ Link Here
5069
		PERL_BINDINGS_OPTIONS="$withval"
5070
		PERL_BINDINGS_OPTIONS="$withval"
5070
		with_perl_bindings="yes"
5071
		with_perl_bindings="yes"
5071
	else
5072
	else
5072
		PERL_BINDINGS_OPTIONS=""
5073
		with_perl_bindings="$withval"
5073
		with_perl_bindings="$withval"
5074
	fi
5074
	fi
5075
],
5075
],
5076
[
5076
[
5077
	PERL_BINDINGS_OPTIONS=""
5078
	if test -n "$perl_interpreter"
5077
	if test -n "$perl_interpreter"
5079
	then
5078
	then
5080
		with_perl_bindings="yes"
5079
		with_perl_bindings="yes"

Return to bug 444360