diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:41 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:41 +0000 |
commit | 0dfc246519b4e2d4e2dee91835c762b1263c5a90 (patch) | |
tree | a84272c1147968349c54a7066689630420e34065 /configure.ac | |
parent | 21d2888221fbb156398cb69d12798d2c16f3c8a0 (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 edff31b..e4749b2 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ PKG_CHECK_MODULES(FONTTOSFNT, x11 freetype2 fontenc) AC_SUBST(FONTTOSFNT_CFLAGS) AC_SUBST(FONTTOSFNT_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |