diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-13 18:14:22 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-13 18:14:22 +0000 |
commit | 6424ff482a845160bc1146bb8a17fa2bde976685 (patch) | |
tree | a5746dbab9ab1cfeaa37bf2d4abdb959c3ba2e25 /configure.ac | |
parent | 68ee705e1066d5092bc266c9d47d6c1022be2f1c (diff) |
Use $(LIB_MAN_SUFFIX) instead of forcing man pages into section 3. Use sed
to substitute variables in man pages.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a552974..0568bfe 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,8 @@ PKG_CHECK_MODULES(DMX, x11 xext xextproto dmxproto) AC_SUBST(DMX_CFLAGS) AC_SUBST(DMX_LIBS) - + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile |