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

metze at samba.org metze at samba.org
Tue Sep 5 13:47:04 GMT 2006


Author: metze
Date: 2006-09-05 13:47:03 +0000 (Tue, 05 Sep 2006)
New Revision: 18092

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

Log:
pass -Ilib/replace to autoconf/autoheader
to hopefully fix the samba4 build

metze
Modified:
   branches/SAMBA_4_0/source/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/autogen.sh	2006-09-05 13:45:09 UTC (rev 18091)
+++ branches/SAMBA_4_0/source/autogen.sh	2006-09-05 13:47:03 UTC (rev 18092)
@@ -53,12 +53,14 @@
 rm -rf autom4te*.cache
 rm -f configure include/config_tmp.h*
 
-echo "$0: running $AUTOHEADER"
-$AUTOHEADER || exit 1
+IPATHS="-I. -Ilib/replace"
 
-echo "$0: running $AUTOCONF"
-$AUTOCONF || exit 1
+echo "$0: running $AUTOHEADER $IPATHS"
+$AUTOHEADER $IPATHS || exit 1
 
+echo "$0: running $AUTOCONF $IPATHS"
+$AUTOCONF $IPATHS || exit 1
+
 rm -rf autom4te*.cache
 
 echo "Now run ./configure and then make."



More information about the samba-cvs mailing list