summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 00:09:01 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 00:09:01 +0000
commita7990a8eb38e547ef6f277b6f8a55fd653649424 (patch)
tree0da6bfe3049f5f60ef3f40c243f40d5397232f16 /configure.ac
parent3134bbad0f248868ba3cfeae8b5afe3c295d7aa2 (diff)
Use sed & cpp to substitute variables in driver man pages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fc2868c..31a824c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,10 @@ AC_SUBST([INCLUDES])
# Checks for header files.
AC_HEADER_STDC
+DRIVER_NAME=apm
+AC_SUBST([DRIVER_NAME])
+
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
XORG_CHECK_LINUXDOC