diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
commit | 339f76a32a41635dda213807baaf163e80305a49 (patch) | |
tree | ca37607829fe933b30090e255056321ca43827a4 /configure.ac | |
parent | 6b9309358a8f2901e30cf4dab5d91d405ee44ff4 (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 1f1d890..68dd9ff 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,7 @@ fi AC_SUBST(XMORE_CFLAGS) AC_SUBST(XMORE_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |