1
0
mirror of https://github.com/git/git.git synced 2024-09-27 08:41:11 +02:00
git/perl
Brandon Casey efe47f8f2c perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR
It appears that ExtUtils::MakeMaker versions older than 6.11 do not
implement the DESTDIR mechanism.  So add a test to the generated perl.mak
to detect when DESTDIR is used along with a too old ExtUtils::MakeMaker and
abort with a message suggesting the use of NO_PERL_MAKEMAKER.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-09-25 14:00:04 -07:00
..
.gitignore
Git.pm Git.pm: Always set Repository to absolute path if autodetecting 2009-05-09 08:25:55 -07:00
Makefile pay attention to DESTDIR when building with NO_PERL_MAKEMAKER 2009-09-22 12:20:40 -07:00
Makefile.PL perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR 2009-09-25 14:00:04 -07:00
private-Error.pm