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 | 4bb6048d8d0d87f3d91a93fef737882434702bb0 (patch) | |
tree | 18e49bfd8e09fc15c53529cfb365498197abe42d | |
parent | f586bde47b9ed6561b5350c03b088acfe2e227f6 (diff) |
Use sed & cpp to substitute variables in driver man pages
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index deafd3d..2008a95 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,10 @@ AC_SUBST([INCLUDES]) # Checks for header files. AC_HEADER_STDC +DRIVER_NAME=dummy +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([ |