svn commit: samba r12379 - in branches/SAMBA_4_0/source: . build/m4

metze at samba.org metze at samba.org
Mon Dec 19 23:14:14 GMT 2005


Author: metze
Date: 2005-12-19 23:14:13 +0000 (Mon, 19 Dec 2005)
New Revision: 12379

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12379

Log:
export the detected perl

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_perl.m4
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_perl.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_perl.m4	2005-12-19 23:13:12 UTC (rev 12378)
+++ branches/SAMBA_4_0/source/build/m4/check_perl.m4	2005-12-19 23:14:13 UTC (rev 12379)
@@ -23,6 +23,7 @@
 if test x"$debug" = x"yes";then
 	PERL="$PERL -W"
 fi
+export PERL
 
 AC_PATH_PROG(YAPP, yapp, false)
 

Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2005-12-19 23:13:12 UTC (rev 12378)
+++ branches/SAMBA_4_0/source/configure.in	2005-12-19 23:14:13 UTC (rev 12379)
@@ -114,5 +114,5 @@
 $SMB_INFO_LIBRARIES
 CEOF
 
-AC_OUTPUT_COMMANDS([$PERL -I. -Ibuild build/smb_build/main.pl],[PERL="$PERL"])
+AC_OUTPUT_COMMANDS([$PERL -I. -Ibuild build/smb_build/main.pl],[PERL="$PERL";export PERL])
 AC_OUTPUT



More information about the samba-cvs mailing list