Forwarded: no
Gbp-Pq: Name Don-t-run-help2man-during-cross-builds-and-use-pre-genera.patch
then
AC_CHECK_PROG([has_help2man], [help2man], [true], [false])
fi
-AM_CONDITIONAL([WITH_MANPAGES], [test "x$has_help2man" = xtrue])
+AM_CONDITIONAL([WITH_HELP2MAN], [test "x$has_help2man" = xtrue])
if test "x$has_help2man" = xfalse
then
AC_MSG_NOTICE([help2man not found - man pages cannot be generated automatically])
# Copyright (C) 2019 Bartosz Golaszewski <bartekgola@gmail.com>
#
-if WITH_MANPAGES
+if WITH_HELP2MAN
dist_man1_MANS = gpiodetect.man gpioinfo.man gpioget.man gpioset.man gpiofind.man gpiomon.man