Gaetan Nadon wrote: > The sed command is required to create the man pages. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > 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
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
