From: Nick Mathewson Date: Thu, 2 Aug 2012 15:56:17 +0000 (-0400) Subject: Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED) X-Git-Tag: release-2.0.20-stable~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca80ea61b5f0cf0e3f2e1cef756e7405e22d310b;p=libevent Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED) --- diff --git a/configure.in b/configure.in index 70dc29cd..a69650f6 100644 --- a/configure.in +++ b/configure.in @@ -35,6 +35,7 @@ esac dnl Checks for programs. AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_SED AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MKDIR_P