autoconf 2.59 appears not to support AC_PROG_SED

This commit is contained in:
Roger Dingledine 2009-08-20 23:02:57 -04:00
parent eb829cc330
commit 978571587a
1 changed files with 3 additions and 1 deletions

View File

@ -127,7 +127,9 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_SED
dnl autoconf 2.59 appears not to support AC_PROG_SED
AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
AC_PATH_PROG([SHA1SUM], [sha1sum], none)
AC_PATH_PROG([OPENSSL], [openssl], none)