23 lines
504 B
Diff
23 lines
504 B
Diff
diff -Naur orig/configure new/configure
|
|
--- orig/configure 2020-04-21 13:45:24.822126692 +0300
|
|
+++ new/configure 2020-04-21 13:54:44.573508385 +0300
|
|
@@ -8565,12 +8565,15 @@
|
|
fi
|
|
|
|
# Documentation
|
|
-if test "$cross_compiling" = no; then
|
|
|
|
-HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}
|
|
+if test "${enable_help2man+set}" = set; then :
|
|
+ enableval=$enable_help2man
|
|
+fi
|
|
|
|
-else
|
|
+if test "x$enable_help2man" = xno; then
|
|
HELP2MAN=:
|
|
+else
|
|
+ HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}
|
|
fi
|
|
|
|
|