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. --- infrastructure/makedistribution.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/makedistribution.pl') diff --git a/infrastructure/makedistribution.pl b/infrastructure/makedistribution.pl index 22057959..16f7409b 100755 --- a/infrastructure/makedistribution.pl +++ b/infrastructure/makedistribution.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!@PERL@ use strict; use Symbol; -- cgit v1.2.3