diff options
author | tron <tron@pkgsrc.org> | 1999-05-10 22:11:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-10 22:11:40 +0000 |
commit | dbde547fde1d048831cbb4007d6248d7fb2db8e9 (patch) | |
tree | d804b1dc0a47a0ed01bc96aa43f9953370ea1f6c /security | |
parent | 689499bf451ca7f772a946e2ecf3a9c7d09be5d0 (diff) | |
download | pkgsrc-dbde547fde1d048831cbb4007d6248d7fb2db8e9.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 |