diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:03 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:03 +0000 |
commit | 0586dbe1c5d0432e8d8da2f3576ac2ccbe139919 (patch) | |
tree | 88200a482480237deee61cd107a70e3c59118809 /configure.ac | |
parent | 1317f2d1f35241969dcf376abd106ffe3f918432 (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 c82ada2f..e4bb2416 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,10 @@ AC_SUBST([DRI_CFLAGS]) AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) +DRIVER_NAME=i810 +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC |