1 Use XORG_MANPAGE_SECTIONS to get the right OS-specific man page sections
2 instead of the hardcoded Linux/BSD sections that don't match SysV/Solaris.
4 diff --git a/configure.ac b/configure.ac
5 index 238e3af..6fb5476 100644
8 @@ -170,8 +170,6 @@ AC_DEFINE(X_USE_REGION_NULL,1,[Compatibility define for older Xen])
9 AC_DEFINE(X_HAVE_XAAGETROP,1,[Compatibility define for older Xen])
10 AC_DEFINE(X_NEED_I2CSTART,1,[Compatibility define for older Xen])
12 -DRIVER_MAN_SUFFIX="4"
13 -AC_SUBST([DRIVER_MAN_SUFFIX])