build: add AC_PROG_SED to configure.ac

We need SED for man-page generation so explicitly look for it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-12-09 17:45:20 +01:00
parent 3d28387fb2
commit 7c503b203e

View File

@ -27,6 +27,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_PROG_SED
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_PREREQ(2.2)