From: Firas Khalil Khana Date: Mon, 23 Sep 2024 18:17:42 +0000 (+0300) Subject: Update description of --disable-poman in configure.ac X-Git-Tag: v2.40.3~35 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d86c00ffeeee420f9aee49a9eb59f44f5f0db6fb;p=thirdparty%2Futil-linux.git Update description of --disable-poman in configure.ac (cherry picked from commit ff8752841ddc94f8867088b0c0002ed830f3300b) --- diff --git a/configure.ac b/configure.ac index f056744ab..ca8ae1a28 100644 --- a/configure.ac +++ b/configure.ac @@ -883,7 +883,7 @@ AM_CONDITIONAL([HAVE_MANPAGES], [test "x$have_manpages" = xyes]) AC_ARG_ENABLE([poman], - AS_HELP_STRING([--disable-poman], [generate translated man pages]), + AS_HELP_STRING([--disable-poman], [do not generate translated man pages]), [], [UL_DEFAULT_ENABLE([poman], [check])] ) UL_BUILD_INIT([poman])