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 | 47709c7118e6280221931189019a3fab1bfdc691 (patch) | |
tree | 8c48b7d4177bff6cd9e9f7c1a058176926d6e878 /configure.ac | |
parent | 1c94f8dbcfcf16a01e792942632d0a89df6d0768 (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 b409c75..25b13de 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,7 @@ fi AC_SUBST(XEDIT_CFLAGS) AC_SUBST(XEDIT_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |