diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:02 +0000 |
commit | a5f509023c24021c5eb1a272a4423cbfe4b634c5 (patch) | |
tree | 1b888bc4b0521f0356828c51fd5ca0f50540cbbf /configure.ac | |
parent | 96c957a338d3aca2756b86680c052f602fee1e10 (diff) |
Use sed & cpp to substitute variables in driver man pages
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4885c04..ec087f3 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,10 @@ AC_HEADER_STDC AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) +DRIVER_NAME=cirrus +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([ |