From defac6623afe8b7d765a9477371fbc47da855c19 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Sat, 4 Mar 2006 01:33:46 +0000 Subject: This is part 1 of a patch from James O'Gorman. configure now detects perl executable location and updates all scripts to use the correct path; also adds PERL_EXECUTABLE define to BoxConfig.h. makebuildenv.pl adds PERL define to all makefiles. --- lib/compress/Makefile.extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compress') diff --git a/lib/compress/Makefile.extra b/lib/compress/Makefile.extra index 7ef9930c..3598f1c9 100644 --- a/lib/compress/Makefile.extra +++ b/lib/compress/Makefile.extra @@ -3,5 +3,5 @@ MAKEEXCEPTION = ../../lib/common/makeexception.pl # AUTOGEN SEEDING autogen_CompressException.h autogen_CompressException.cpp: $(MAKEEXCEPTION) CompressException.txt - perl $(MAKEEXCEPTION) CompressException.txt + $(PERL) $(MAKEEXCEPTION) CompressException.txt -- cgit v1.2.3