diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-26 21:09:31 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-27 14:30:09 -0400 |
commit | ce3ece9cbf2380ab0e0535f52f0c6c6507d779c8 (patch) | |
tree | 9175e85f797c1a10e6f97019a843740807659eb0 | |
parent | 8cb69a59d54656d17ea7bcf479b0f27a17dc559e (diff) |
config: XORG_MANPAGE_SECTIONS: add AC_PROG_SED
The sed command is required to create the man pages.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index eccea2a..a8e12ed 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -106,9 +106,11 @@ AC_SUBST(RAWCPPFLAGS) # Not sure if there's any better way than just hardcoding by OS name. # Override default settings by setting environment variables # Added MAN_SUBSTS in version 1.8 +# Added AC_PROG_SED in version 1.8 AC_DEFUN([XORG_MANPAGE_SECTIONS],[ AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_SED]) if test x$APP_MAN_SUFFIX = x ; then APP_MAN_SUFFIX=1 |