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

tridge at samba.org tridge at samba.org
Fri Jun 17 00:48:00 GMT 2005


Author: tridge
Date: 2005-06-17 00:48:00 +0000 (Fri, 17 Jun 2005)
New Revision: 7661

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

Log:
patch from tburdi1 at uic.edu to fix autogen.sh on freebsd


Modified:
   branches/SAMBA_4_0/source/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/autogen.sh	2005-06-17 00:10:13 UTC (rev 7660)
+++ branches/SAMBA_4_0/source/autogen.sh	2005-06-17 00:48:00 UTC (rev 7661)
@@ -4,8 +4,8 @@
 
 ## insert all possible names (only works with 
 ## autoconf 2.x
-TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50"
-TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50"
+TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50 autoheader259 autoheader253"
+TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50 autoconf259 autoconf253"
 
 AUTOHEADERFOUND="0"
 AUTOCONFFOUND="0"



More information about the samba-cvs mailing list