summaryrefslogtreecommitdiff
path: root/security/srp_client/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/patches/patch-ae')
-rw-r--r--security/srp_client/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/srp_client/patches/patch-ae b/security/srp_client/patches/patch-ae
new file mode 100644
index 00000000000..8eb762a13b0
--- /dev/null
+++ b/security/srp_client/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.1 2000/08/23 23:26:46 wiz Exp $
+
+--- telnet/aclocal.m4.orig Fri Dec 11 01:03:43 1998
++++ telnet/aclocal.m4
+@@ -10,7 +10,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
++[AC_REQUIRE([AC_PROG_INSTALL])
+ PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
+@@ -36,7 +36,7 @@
+
+ # serial 1
+
+-AC_DEFUN(AM_PROG_INSTALL,
++AC_DEFUN(AC_PROG_INSTALL,
+ [AC_REQUIRE([AC_PROG_INSTALL])
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+ AC_SUBST(INSTALL_SCRIPT)dnl