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

metze at samba.org metze at samba.org
Thu Apr 6 10:09:10 GMT 2006


Author: metze
Date: 2006-04-06 10:09:09 +0000 (Thu, 06 Apr 2006)
New Revision: 14944

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

Log:
pass any error of build/smb_build/main.pl to the caller of ./config.status

metze
Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2006-04-06 10:07:13 UTC (rev 14943)
+++ branches/SAMBA_4_0/source/configure.in	2006-04-06 10:09:09 UTC (rev 14944)
@@ -111,7 +111,7 @@
 CEOF
 
 AC_OUTPUT_COMMANDS(
-[$PERL -I${builddir} -I${srcdir} -I${srcdir}/build ${srcdir}/build/smb_build/main.pl],[
+[$PERL -I${builddir} -I${srcdir} -I${srcdir}/build ${srcdir}/build/smb_build/main.pl || exit $?],[
 PERL="$PERL";export PERL;export srcdir; export builddir;
 ])
 AC_OUTPUT



More information about the samba-cvs mailing list