diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:08:55 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:08:55 +0000 |
commit | ae0f10570960fc87c566d9084c7a3e78b05ce5ce (patch) | |
tree | 0f18a842eb2735b11b9dad70365ba86d482ec162 /configure.ac | |
parent | Bug #3913: Suppress kernel-generated repeat events for chording keys. (diff) | |
download | xf86-input-evdev-ae0f10570960fc87c566d9084c7a3e78b05ce5ce.tar.gz xf86-input-evdev-ae0f10570960fc87c566d9084c7a3e78b05ce5ce.tar.bz2 xf86-input-evdev-ae0f10570960fc87c566d9084c7a3e78b05ce5ce.zip |
Use sed & cpp to substitute variables in driver man pages
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 594ddce..e6f1ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,7 @@ AC_SUBST([CFLAGS]) # Checks for header files. AC_HEADER_STDC +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile src/Makefile man/Makefile]) |