1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/njs/files/patch-configure
Ying-Chieh Liao 281a55555a PERL -> REINPLACE_CMD
PR:		40289
Submitted by:	maintainer
2002-07-07 18:34:07 +00:00

12 lines
425 B
Plaintext

--- configure.orig Fri Jan 15 08:39:56 1999
+++ configure Sun Jul 7 14:04:03 2002
@@ -791,7 +791,7 @@
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
- MAKEINFO=makeinfo
+ MAKEINFO="makeinfo --no-split"
echo "$ac_t""found" 1>&6
else
MAKEINFO="$missing_dir/missing makeinfo"