diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:44 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:44 +0000 |
commit | 8060bfb0e6211bd8f871770bee40f56df4f5fa2c (patch) | |
tree | 49a75b20c0e661d0a23ea3c437076bf9da37bbf0 /configure.ac | |
parent | ae8b217d70907921d4df62a17c7f78cdb99474fe (diff) |
Use sed to fill in variables in man page
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c87e7b3..30ff257 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ PKG_CHECK_MODULES(XDRIINFO, x11 glproto) AC_SUBST(XDRIINFO_CFLAGS) AC_SUBST(XDRIINFO_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |