svn commit: samba r13101 - in branches/SAMBA_4_0: .

jelmer at samba.org jelmer at samba.org
Tue Jan 24 01:52:43 GMT 2006


Author: jelmer
Date: 2006-01-24 01:52:42 +0000 (Tue, 24 Jan 2006)
New Revision: 13101

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

Log:
autogen.sh doesn't have to be run when compiling from a released tarball 
(running it anyway might give problems for people who don't have autoconf
installed properly or at all)
Fix typo

Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2006-01-24 00:47:58 UTC (rev 13100)
+++ branches/SAMBA_4_0/howto.txt	2006-01-24 01:52:42 UTC (rev 13101)
@@ -22,6 +22,12 @@
 both methods will create a directory called "samba4" in the current
 directory. If you don't have rsync or svn then install one of them. 
 
+Since only released versions of Samba contain a pregenerated configure script, 
+you will have to generate it by hand:
+
+ $ cd samba4/source
+ $ ./autogen.sh
+
 Note that the above rsync command will give you a checked out svn
 repository. So if you also have svn you can update it to the latest
 version at some future date using:
@@ -35,14 +41,12 @@
 Run this:
 
   $ cd samba4/source
-  $ ./autogen.sh
-  $ ./configure.developer
+  $ ./configure
   $ make proto all
 
-If you have gcc 3.4 or newer, then substitue "pch" for "proto" to
+If you have gcc 3.4 or newer, then substitute "pch" for "proto" to
 greatly speed up the compile process (about 5x faster).
 
-
 Step 3: install Samba4
 ----------------------
 



More information about the samba-cvs mailing list