From: Roger Dingledine Date: Fri, 21 Aug 2009 03:02:57 +0000 (-0400) Subject: autoconf 2.59 appears not to support AC_PROG_SED X-Git-Tag: tor-0.2.2.1-alpha~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978571587a85bebb37ec3cb9c2ea1fde1cecd6d7;p=thirdparty%2Ftor.git autoconf 2.59 appears not to support AC_PROG_SED --- diff --git a/configure.in b/configure.in index ab7d6480cf..c21c130a05 100644 --- a/configure.in +++ b/configure.in @@ -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)