diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:01 +0000 |
commit | a2e7c55850d383e3af948d445b1645d8a47811cf (patch) | |
tree | 0f10c496311bfb1bdf25afe64442f37c752d69c4 /configure.ac | |
parent | 524fb1440760a14c53fb3f238aad6c3cdb7e6a08 (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 a3490fa2..893a8d67 100644 --- a/configure.ac +++ b/configure.ac @@ -163,6 +163,10 @@ AC_SUBST([XORG_CFLAGS]) AC_SUBST([DRI_CFLAGS]) AC_SUBST([moduledir]) +DRIVER_NAME=ati +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC |