diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:05 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:05 +0000 |
commit | aed94c462d655ca424a2c884bc0ddcdeac222835 (patch) | |
tree | 011534476f647c11ff1c100116233d102ae277eb /configure.ac | |
parent | 660f0920a7633f55dd803d7c4f749df7bcb1fbc2 (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 c13cbd6..6f2d66d 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,10 @@ AC_SUBST([DRI_CFLAGS]) AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) +DRIVER_NAME=savage +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([ |