pkgsrc/converters/help2man/patches/patch-ac
wiz 3981d721a1 Initial import of help2man-1.36.4, packaged for wip by arved, various fixes
by shattered and bsadewitz.

help2man is a tool for automatically generating simple manual pages from
program output.

It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.

Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.
2009-01-17 20:43:27 +00:00

15 lines
690 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2009/01/17 20:43:27 wiz Exp $
--- configure.orig 2006-02-27 09:05:49.000000000 -0500
+++ configure
@@ -2415,10 +2415,6 @@ echo $ECHO_N "checking for pre-loadable
preload=`LD_PRELOAD="preloadable_libintl.so" sh -c 'echo yes' 2>/dev/null`
echo "$as_me:$LINENO: result: ${preload:=no}" >&5
echo "${ECHO_T}${preload:=no}" >&6
- test "$preload" = no && \
- { { echo "$as_me:$LINENO: error: libpreloadable_libintl.so required (gettext 0.12+)" >&5
-echo "$as_me: error: libpreloadable_libintl.so required (gettext 0.12+)" >&2;}
- { (exit 1); exit 1; }; }
extra_make_all='preload man_l10n'
extra_make_install='install_preload install_l10n'