diff options
author | tron <tron> | 1999-05-10 22:11:40 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-10 22:11:40 +0000 |
commit | 35f27b4af8636ac2700e561dc77bb0534aba2754 (patch) | |
tree | d804b1dc0a47a0ed01bc96aa43f9953370ea1f6c /security | |
parent | f433594bb716f96ed34723cb0396eebac18f2cc1 (diff) | |
download | pkgsrc-35f27b4af8636ac2700e561dc77bb0534aba2754.tar.gz |
Fix problem build problem in case "automake" is installed.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/patches/patch-aq | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/ssh/patches/patch-aq b/security/ssh/patches/patch-aq new file mode 100644 index 00000000000..047fa6540ca --- /dev/null +++ b/security/ssh/patches/patch-aq @@ -0,0 +1,22 @@ +$NetBSD: patch-aq,v 1.1 1999/05/10 22:11:40 tron Exp $ + +--- gmp-2.0.2-ssh-2/aclocal.m4.orig Wed Jul 8 18:40:42 1998 ++++ gmp-2.0.2-ssh-2/aclocal.m4 Mon May 10 23:50:28 1999 +@@ -20,7 +20,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] +@@ -46,7 +46,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 |