diff options
author | Gerald Carter <jerry@samba.org> | 2001-04-24 14:31:45 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-04-24 14:31:45 +0000 |
commit | 4c94cfa13fd53e6c861a4db5337e3e7dbabf5e19 (patch) | |
tree | 3b99232e3533e2d99831436942f6c3ce954e099b /source3 | |
parent | 25ea54ef9c45e4c13d00500b1f51108483686a8a (diff) | |
download | samba-4c94cfa13fd53e6c861a4db5337e3e7dbabf5e19.tar.gz samba-4c94cfa13fd53e6c861a4db5337e3e7dbabf5e19.tar.bz2 samba-4c94cfa13fd53e6c861a4db5337e3e7dbabf5e19.zip |
updating changes with 2.2 (comment lines in ./configure --help)
(This used to be commit cf9e34c79be4c09b84d648134933b9007a06dc92)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/configure | 2 | ||||
-rw-r--r-- | source3/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 39747210b0..91c6a2efb0 100755 --- a/source3/configure +++ b/source3/configure @@ -25,7 +25,7 @@ ac_help="$ac_help ac_help="$ac_help --disable-libtool-lock avoid locking (might break parallel builds)" ac_help="$ac_help - --with-codepagedir=DIR Where to put codepage files ($codepagedir)" + --with-codepagedir=DIR Where to put codepage files (\$libdir/codepages)" ac_help="$ac_help --with-readline[=DIR] Look for readline include/libs in DIR --without-readline Don't include readline support" diff --git a/source3/configure.in b/source3/configure.in index a67415c6b8..d65e42a3d7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -52,7 +52,7 @@ fi ################################################# # set codepage directory location AC_ARG_WITH(codepagedir, -[ --with-codepagedir=DIR Where to put codepage files ($codepagedir)], +[ --with-codepagedir=DIR Where to put codepage files (\$libdir/codepages)], [ case "$withval" in yes|no) # |