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:
parent
3d28387fb2
commit
7c503b203e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user