From: Michael Adam Date: Tue, 22 Sep 2009 22:52:03 +0000 (+0200) Subject: build: use AS_HELP_STRING() for --with-localedir X-Git-Tag: talloc-2.0.1~448 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5;p=samba.git build: use AS_HELP_STRING() for --with-localedir Michael --- diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index 5b920493002..b2cc53a1735 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) #