From ac612fd511bb99b1336e3b4a4ef6d183f1d7e037 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 21 Dec 2004 22:50:13 +0000 Subject: 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) --- docs/Samba-HOWTO-Collection/Compiling.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/Samba-HOWTO-Collection/Compiling.xml') 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: autogen.sh - 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 configure script. - This can be done by executing the following: + If your source directory does not contain the configure 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: &rootprompt; cd samba-3.0.0 &rootprompt; ./autogen.sh -- cgit