[or-cvs] [tor/master] autoconf 2.59 appears not to support AC_PROG_SED

arma at seul.org arma at seul.org
Fri Aug 21 03:03:14 UTC 2009


Author: Roger Dingledine <arma at torproject.org>
Date: Thu, 20 Aug 2009 23:02:57 -0400
Subject: autoconf 2.59 appears not to support AC_PROG_SED
Commit: 978571587a85bebb37ec3cb9c2ea1fde1cecd6d7

---
 configure.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index ab7d648..c21c130 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)
-- 
1.5.6.5



More information about the tor-commits mailing list