svn commit: samba-docs r310 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Tue Dec 21 22:25:26 GMT 2004


Author: jht
Date: 2004-12-21 22:25:23 +0000 (Tue, 21 Dec 2004)
New Revision: 310

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

Log:
Addd instruction to run autogen.sh.
Modified:
   trunk/Samba-HOWTO-Collection/Compiling.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/Compiling.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/Compiling.xml	2004-12-20 22:03:51 UTC (rev 309)
+++ trunk/Samba-HOWTO-Collection/Compiling.xml	2004-12-21 22:25:23 UTC (rev 310)
@@ -227,10 +227,22 @@
 <sect1>
 	<title>Building the Binaries</title>
 	
+	<para>
+	<indexterm><primary>autogen.sh</primary></indexterm>
+	After the source tarball has been unpacked, the next step ivolves
+	configuration to match Samba to your operating system platform.
+	First it is necessary to build the <command>configure</command> script.
+	This can be done by executing the following:
+<scree>
+&rootprompt; cd samba-3.0.0
+&rootprompt; ./autogen.sh
+</screen>
+	</para>
+	
 
 	<para>
-<indexterm><primary>configure</primary></indexterm>
-		To build the binaries, first run the program <userinput>./configure
+	<indexterm><primary>configure</primary></indexterm>
+	To build the binaries, run the program <userinput>./configure
 	</userinput> in the source directory. This should automatically 
 	configure Samba for your operating system. If you have unusual 
 	needs, then you may wish to run</para>



More information about the samba-cvs mailing list