From 5af9db9e0c7dce664d4bea2fc776fc9f4631aeaa Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sat, 19 Jun 2004 19:31:06 -0700 Subject: - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd init script to top level directory. --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9f5d11935..4b49c935b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.219 2004/05/31 04:38:51 tim Exp $ +# $Id: configure.ac,v 1.220 2004/06/20 02:31:06 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -28,6 +28,8 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL AC_PATH_PROG(AR, ar) +AC_PATH_PROG(CAT, cat) +AC_PATH_PROG(KILL, kill) AC_PATH_PROGS(PERL, perl5 perl) AC_PATH_PROG(SED, sed) AC_SUBST(PERL) @@ -2915,7 +2917,7 @@ if test "$ac_cv_lib_pam_pam_set_item" = yes ; then fi AC_EXEEXT -AC_CONFIG_FILES([Makefile buildpkg.sh openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) +AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) AC_OUTPUT # Print summary of options -- cgit v1.2.3