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 | 860f17c45f423b7d19ad78061ec1d785fa9fedf5 (patch) | |
tree | 88dce3230799d765ec869f1a59160586f7b4d362 /configure.ac | |
parent | 3d586c48b217f6f783cd8b39bedd6b34f047444c (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 13de880..54b25e6 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ EDITRES_LIBS="$DEP_LIBS $XAW_LIBS" AC_SUBST(EDITRES_CFLAGS) AC_SUBST(EDITRES_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |