diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-26 21:59:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-26 21:59:15 -0700 |
commit | c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705 (patch) | |
tree | 9a2701eac45ebe1213716da68e6151f1ff45ab3c /configure.ac | |
parent | ff907e90a2fe95bb234049a7a11e8e3b10d54533 (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.ac | 1 |
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) |