Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)

This commit is contained in:
Nick Mathewson 2012-08-02 11:56:17 -04:00
parent c0720c1b0f
commit ca80ea61b5

View File

@ -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