summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-01-08 17:22:59 -0800
committerTim Rice <tim@multitalents.net>2003-01-08 17:22:59 -0800
commitd0d7a8b27b4cc9faaa4d8e4112d5d1fe759b0939 (patch)
tree7b44ecb8102cac10698d476a3e438eae453575c8 /configure.ac
parent2047b3bdf69549eff9031fcf4464fd011381ecf2 (diff)
[Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a115d3cd..d384f7dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.96 2003/01/07 13:06:48 djm Exp $
+# $Id: configure.ac,v 1.97 2003/01/09 01:22:59 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -14,6 +14,7 @@ AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PATH_PROG(AR, ar)
AC_PATH_PROGS(PERL, perl5 perl)
+AC_PATH_PROG(SED, sed)
AC_SUBST(PERL)
AC_PATH_PROG(ENT, ent)
AC_SUBST(ENT)