diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:43 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:43 +0000 |
commit | c080a49a36c2f90fae774550553791da721e9240 (patch) | |
tree | ae63e2f1838296617b471beb781c61ef0f3bebb1 /configure.ac | |
parent | ae73bd0c0087ebde446d6e4956242088a315ab6c (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 d453053..55644e0 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ XBIFF_LIBS="$XBIFF_LIBS $XAW_LIBS" AC_SUBST(XBIFF_CFLAGS) AC_SUBST(XBIFF_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |