summaryrefslogtreecommitdiff
path: root/lang/njs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/njs/files/patch-configure')
-rw-r--r--lang/njs/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/njs/files/patch-configure b/lang/njs/files/patch-configure
new file mode 100644
index 000000000000..26e3d8b7f2df
--- /dev/null
+++ b/lang/njs/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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"