From 1544c2b66c84f5bc7a773aa1a4aa4589d766a6d5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 23 Sep 2009 00:52:03 +0200 Subject: build: use AS_HELP_STRING() for --with-localedir Michael --- source3/m4/check_path.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/m4') 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) # -- cgit