summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-26 21:59:15 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-26 21:59:15 -0700
commitc0bc3fb7ac4f719b96257e29eaa60c2d5ed11705 (patch)
tree9a2701eac45ebe1213716da68e6151f1ff45ab3c /configure.ac
parentff907e90a2fe95bb234049a7a11e8e3b10d54533 (diff)
Use AC_PROG_SED to find sed to use for man pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2fe7853..81263b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ AC_PROG_LN_S
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_PROG_MAKE_SET
+AC_PROG_SED
PKG_CHECK_MODULES(XAU, xproto)