summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:44 +0000
commit72bc207e91d9d770d17f8330cbba71a83b21d13d (patch)
tree0e4c771857c43cfb2bdbb07da3dc4dd963c83fae /configure.ac
parent0df7213be00f90d227be44efbb60c8f2fdd712ff (diff)
Use sed to fill in variables in man page
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60e48bd..94e1913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,6 +100,7 @@ PKG_CHECK_MODULES(DPY_XPRINT, printproto xp,
AC_CHECK_HEADERS([X11/extensions/Print.h],,,[#include <X11/Xlib.h>])
CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])