svn commit: samba r22878 - in branches/SAMBA_3_0/source: .

jpeach at samba.org jpeach at samba.org
Tue May 15 04:28:21 GMT 2007


Author: jpeach
Date: 2007-05-15 04:28:20 +0000 (Tue, 15 May 2007)
New Revision: 22878

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

Log:
Warn in $PATH contains /usr/ucb. Bugzilla #4295.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-05-15 03:49:21 UTC (rev 22877)
+++ branches/SAMBA_3_0/source/configure.in	2007-05-15 04:28:20 UTC (rev 22878)
@@ -6,6 +6,12 @@
 AC_CONFIG_HEADER(include/config.h)
 AC_DEFINE(CONFIG_H_IS_FROM_SAMBA,1,[Marker for samba's config.h])
 
+case "$PATH" in
+    */usr/ucb*)
+	AC_MSG_WARN([\$PATH contains /usr/ucb - build errors may follow])
+	;;
+esac 
+
 SMB_VERSION_STRING=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
 echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
 



More information about the samba-cvs mailing list