diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-21 20:44:26 +1000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-05-22 17:01:04 -0700 |
commit | e896f3c5bf5dee3c771985cd9dd2eb376481c22b (patch) | |
tree | 142463cebfa88130d60f294b53637eb9e865b330 | |
parent | f632150e1b5a8d8a32753f43f7433b392f3a2136 (diff) | |
download | samba-e896f3c5bf5dee3c771985cd9dd2eb376481c22b.tar.gz samba-e896f3c5bf5dee3c771985cd9dd2eb376481c22b.tar.bz2 samba-e896f3c5bf5dee3c771985cd9dd2eb376481c22b.zip |
docs: Fix small errors in TOSHARG-Compiling
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml index ac866a8745..3a2b729ebf 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -119,7 +119,7 @@ gpg: BAD signature from <quote>Samba Distribution Verification Key</quote> <para> <indexterm><primary>configure</primary></indexterm> To build the binaries, run the program <userinput>./configure - </userinput> in the top level director of the source tree. This should automatically + </userinput> in the top level directory of the source tree. This should automatically configure Samba for your operating system. If you have unusual needs, then you may wish to first run: <screen> @@ -177,7 +177,7 @@ gpg: BAD signature from <quote>Samba Distribution Verification Key</quote> <para> After you run configure, make sure that the - <filename>bin/include/config.h</filename> it generates contain lines like this: + <filename>bin/default/include/config.h</filename> it generates contain lines like this: <programlisting> #define HAVE_KRB5 1 #define HAVE_LDAP 1 @@ -186,7 +186,7 @@ gpg: BAD signature from <quote>Samba Distribution Verification Key</quote> <para> If it does not, configure did not find your KRB5 libraries or - your LDAP libraries. Look in <filename>config.log</filename> to figure + your LDAP libraries. Look in <filename>bin/config.log</filename> to figure out why and fix it. </para> |