diff options
author | John Terpstra <jht@samba.org> | 2004-12-21 22:50:13 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:09 -0500 |
commit | ac612fd511bb99b1336e3b4a4ef6d183f1d7e037 (patch) | |
tree | 54a418efd4c1caff2927ad908f9a616fca4ca07b /docs/Samba-HOWTO-Collection | |
parent | 3b600e4ce29da61a3019412228d507d68aec7abd (diff) | |
download | samba-ac612fd511bb99b1336e3b4a4ef6d183f1d7e037.tar.gz samba-ac612fd511bb99b1336e3b4a4ef6d183f1d7e037.tar.bz2 samba-ac612fd511bb99b1336e3b4a4ef6d183f1d7e037.zip |
Update information to point out that configure only needs to be built if it does not already exist in the tarball.
(This used to be commit 29489f7f46f8229ef63fc3c74d3de81d2040b4ae)
Diffstat (limited to 'docs/Samba-HOWTO-Collection')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Compiling.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/Compiling.xml b/docs/Samba-HOWTO-Collection/Compiling.xml index ef78202584..a81ca6efeb 100644 --- a/docs/Samba-HOWTO-Collection/Compiling.xml +++ b/docs/Samba-HOWTO-Collection/Compiling.xml @@ -229,10 +229,13 @@ example of what you would not want to see would be: <para> <indexterm><primary>autogen.sh</primary></indexterm> - After the source tarball has been unpacked, the next step ivolves + After the source tarball has been unpacked, the next step involves 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: + If your source directory does not contain the <command>configure</command> script + it is necessary to build it before you can continue. Building of + the configure script requires the correct version of the autoconf + tool kit. Where the necessary version of autoconf is present, + the configure script can be generated by executing the following: <scree> &rootprompt; cd samba-3.0.0 &rootprompt; ./autogen.sh |