svn commit: samba r6477 - in branches/SAMBA_4_0/source/lib/talloc: .

jelmer at samba.org jelmer at samba.org
Tue Apr 26 03:42:02 GMT 2005


Author: jelmer
Date: 2005-04-26 03:42:02 +0000 (Tue, 26 Apr 2005)
New Revision: 6477

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

Log:
Remove call to autoheader as autogenerated header files are not used 
by talloc

Modified:
   branches/SAMBA_4_0/source/lib/talloc/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/autogen.sh	2005-04-26 03:26:16 UTC (rev 6476)
+++ branches/SAMBA_4_0/source/lib/talloc/autogen.sh	2005-04-26 03:42:02 UTC (rev 6477)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-(autoheader && autoconf) || exit 1
+autoconf || exit 1
 
 echo "Now run ./configure and then make."
 exit 0



More information about the samba-cvs mailing list