diff options
author | Michael Adam <obnox@samba.org> | 2009-09-23 00:52:03 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-23 00:53:47 +0200 |
commit | 1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5 (patch) | |
tree | 251c2a1394f8862039181aa0b585b820dc6f3668 /source3 | |
parent | bb77a2a8ae031d8113e779ab0ac00bdf68f24d51 (diff) | |
download | samba-1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5.tar.gz samba-1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5.tar.bz2 samba-1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5.zip |
build: use AS_HELP_STRING() for --with-localedir
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/m4/check_path.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index 5b92049300..b2cc53a173 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -265,7 +265,7 @@ AC_ARG_WITH(mandir, ################################################ # set locale directory location AC_ARG_WITH(localedir, -[ --with-localedir=DIR Where to put po files ($ac_default_prefix/share/locale)], +[AS_HELP_STRING([--with-localedir=DIR],[Where to put po files ($ac_default_prefix/share/locale)])], [ case "$withval" in yes|no) # |