diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-09-01 12:55:23 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-09-01 12:57:45 +0200 |
commit | 1bc05ca3bb6499d25d54ba49f2abbc54edad37ed (patch) | |
tree | 9250eafdcf44f9447b766ad13cbbb2f506f10279 /docs-xml/Samba3-HOWTO | |
parent | 792b544e3704c792d969ebe55b950919283df5b1 (diff) | |
download | samba-1bc05ca3bb6499d25d54ba49f2abbc54edad37ed.tar.gz |
s3-docs: Update build howto.
This addresses bug #6661.
Karolin
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml index 1f1f51cf47d..e4baca4033b 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -223,7 +223,9 @@ gpg: BAD signature from <quote>Samba Distribution Verification Key</quote> 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: + the configure script can be generated by executing the following + (please note that in Samba 3.4.x, the directory is called source3 instead + of source): <screen> &rootprompt; cd samba-3.0.20/source &rootprompt; ./autogen.sh |