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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02c30d0..2a76275 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man - $(AM_V_GEN)sed \ + $(AM_V_GEN)$(SED) \ -e 's/__xorgversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' \ < $(srcdir)/Xau.man > Xau.$(LIB_MAN_SUFFIX) |