summaryrefslogtreecommitdiff
path: root/docs/Samba-HOWTO-Collection/Compiling.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-12-21 22:25:23 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:09 -0500
commit3b600e4ce29da61a3019412228d507d68aec7abd (patch)
tree6497e859cd26349ad484eda44dd91a9a8c6e39b0 /docs/Samba-HOWTO-Collection/Compiling.xml
parenta21c8d6c1fa783b3a2bae342d75967c6d9bb184a (diff)
downloadsamba-3b600e4ce29da61a3019412228d507d68aec7abd.tar.gz
samba-3b600e4ce29da61a3019412228d507d68aec7abd.tar.bz2
samba-3b600e4ce29da61a3019412228d507d68aec7abd.zip
Addd instruction to run autogen.sh.
(This used to be commit aba822305c50ac11a312ca653042739be6cda4de)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Compiling.xml')
-rw-r--r--docs/Samba-HOWTO-Collection/Compiling.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/Samba-HOWTO-Collection/Compiling.xml b/docs/Samba-HOWTO-Collection/Compiling.xml
index b6dea57abb..ef78202584 100644
--- a/docs/Samba-HOWTO-Collection/Compiling.xml
+++ b/docs/Samba-HOWTO-Collection/Compiling.xml
@@ -227,10 +227,22 @@ example of what you would not want to see would be:
<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>