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 | 286bf9de5baebd75ca129e50af9dc5f66dbf4e4f (patch) | |
tree | f5bc1f879afc8fcf220bf2bc3c21bc99548bfb05 /configure.ac | |
parent | 0db428f930db99d70897ca90b9ec0e130f4e6635 (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 c54bb9f..43f5533 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,10 @@ AC_HEADER_STDC AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) +DRIVER_NAME=siliconmotion +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([ |