summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9f5d11935..4b49c935b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.219 2004/05/31 04:38:51 tim Exp $ 1# $Id: configure.ac,v 1.220 2004/06/20 02:31:06 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -28,6 +28,8 @@ AC_PROG_CPP
28AC_PROG_RANLIB 28AC_PROG_RANLIB
29AC_PROG_INSTALL 29AC_PROG_INSTALL
30AC_PATH_PROG(AR, ar) 30AC_PATH_PROG(AR, ar)
31AC_PATH_PROG(CAT, cat)
32AC_PATH_PROG(KILL, kill)
31AC_PATH_PROGS(PERL, perl5 perl) 33AC_PATH_PROGS(PERL, perl5 perl)
32AC_PATH_PROG(SED, sed) 34AC_PATH_PROG(SED, sed)
33AC_SUBST(PERL) 35AC_SUBST(PERL)
@@ -2915,7 +2917,7 @@ if test "$ac_cv_lib_pam_pam_set_item" = yes ; then
2915fi 2917fi
2916 2918
2917AC_EXEEXT 2919AC_EXEEXT
2918AC_CONFIG_FILES([Makefile buildpkg.sh openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) 2920AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile scard/Makefile ssh_prng_cmds])
2919AC_OUTPUT 2921AC_OUTPUT
2920 2922
2921# Print summary of options 2923# Print summary of options