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.42-start~200^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff8752841ddc94f8867088b0c0002ed830f3300b;p=thirdparty%2Futil-linux.git Update description of --disable-poman in configure.ac --- diff --git a/configure.ac b/configure.ac index 0ca2ebcf7..3c3d8263d 100644 --- a/configure.ac +++ b/configure.ac @@ -881,7 +881,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])