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 | 72bc207e91d9d770d17f8330cbba71a83b21d13d (patch) | |
tree | 0e4c771857c43cfb2bdbb07da3dc4dd963c83fae /configure.ac | |
parent | 0df7213be00f90d227be44efbb60c8f2fdd712ff (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 60e48bd..94e1913 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,7 @@ PKG_CHECK_MODULES(DPY_XPRINT, printproto xp, AC_CHECK_HEADERS([X11/extensions/Print.h],,,[#include <X11/Xlib.h>]) CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"]) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |