svn commit: samba r11182 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Wed Oct 19 14:08:40 GMT 2005


Author: jelmer
Date: 2005-10-19 14:08:39 +0000 (Wed, 19 Oct 2005)
New Revision: 11182

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

Log:
Explicitly add "." to perl include path so that perl doesn't use the 
Config module instead of the configure-generated config.pm on case-insensitive 
filesystems (MacOSX, OpenVMS)

Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2005-10-19 13:45:44 UTC (rev 11181)
+++ branches/SAMBA_4_0/source/configure.in	2005-10-19 14:08:39 UTC (rev 11182)
@@ -114,5 +114,5 @@
 $SMB_INFO_LIBRARIES
 CEOF
 
-AC_OUTPUT_COMMANDS([$PERL -Ibuild build/smb_build/main.pl],[PERL="$PERL"])
+AC_OUTPUT_COMMANDS([$PERL -I. -Ibuild build/smb_build/main.pl],[PERL="$PERL"])
 AC_OUTPUT



More information about the samba-cvs mailing list