]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
autoconf 2.59 appears not to support AC_PROG_SED
authorRoger Dingledine <arma@torproject.org>
Fri, 21 Aug 2009 03:02:57 +0000 (23:02 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 21 Aug 2009 03:02:57 +0000 (23:02 -0400)
configure.in

index ab7d6480cff47ee046fdef8a5653f26e6ec22a3d..c21c130a0533cee149e51d9a49112b4c99ac9e6e 100644 (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)