From 47e0c0b1001ac7c57bc2c1a14ae9e73fc4d135fd Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 17 Apr 2001 17:57:09 +0000 Subject: - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in and temporary commneted out catman-do: since it's broken. Patches for the first two by Lutz Jaenicke --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7b9fdbc1a..4850308f7 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.276 2001/04/16 00:41:46 djm Exp $ +# $Id: configure.in,v 1.277 2001/04/17 17:57:11 mouring Exp $ AC_INIT(ssh.c) @@ -12,7 +12,7 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL AC_PATH_PROG(AR, ar) -AC_PATH_PROG(PERL, perl) +AC_PATH_PROG(PERL, perl5 perl) AC_SUBST(PERL) AC_PATH_PROG(ENT, ent) AC_SUBST(ENT) -- cgit v1.2.3