Forwarded: not-needed
Forwarded: not-needed
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])
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: 2017-2021 Bartosz Golaszewski <bartekgola@gmail.com>
-if WITH_MANPAGES
+if WITH_HELP2MAN
dist_man1_MANS = \
gpiodetect.man \